diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d07cbe1..4b96a02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,8 +159,8 @@ jobs: url: http://localhost:8200 token: testtoken secrets: | - secret/data/specialchars secret ; - secret/data/specialchars secret | SPECIAL_CHARS_SECRET ; + secret/data/specialchars specialsecret ; + secret/data/specialchars specialsecret | SPECIAL_CHARS_SECRET ; - name: Test Vault Action (cubbyhole) uses: ./ diff --git a/integrationTests/e2e/setup.js b/integrationTests/e2e/setup.js index faca179..eb84983 100644 --- a/integrationTests/e2e/setup.js +++ b/integrationTests/e2e/setup.js @@ -31,7 +31,7 @@ const vaultToken = `${process.env.VAULT_TOKEN}` === undefined ? `${process.env.V }, json: { data: { - secret: 'abc$xyz', + specialsecret: 'abc$xyz', }, }, });