diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9df7a729..3685bbd0 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -31,7 +31,7 @@ jobs: - name: Generate secrets run: | function randomStringGenerator() { - tr -dc "a-zA-Z0-9@#%^&*()_+?><~;" <~;" /dev/null | head -c 64 ; echo ''; } GARM_PASSWORD=$(randomStringGenerator)