From a44b21e955b572906d9583dc491d0141c676fd49 Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Thu, 8 Jun 2023 11:00:24 -0500 Subject: [PATCH] rename data key --- .github/workflows/build.yml | 4 ++-- integrationTests/e2e/setup.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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', }, }, });