From c58817252003f8152463b488788ccea23fb30087 Mon Sep 17 00:00:00 2001 From: Thy Ton Date: Fri, 9 Jun 2023 16:48:38 -0700 Subject: [PATCH] check if CI fails --- .github/workflows/build.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64eb42c..ef3a228 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -169,13 +169,15 @@ jobs: token: testtoken secrets: | secret/data/test secret | SUBSEQUENT_TEST_SECRET; - - name: Test Vault Action Overwrites Env Vars In Subsequent Action (part 2/2) - uses: ./ - with: - url: http://localhost:8200/ - token: testtoken - secrets: | - secret/data/subsequent-test secret | SUBSEQUENT_TEST_SECRET; +# After rebase with main to catch this fix https://github.com/hashicorp/vault-action/pull/463, running build on all branches +# Comment out to check if CI fails +# - name: Test Vault Action Overwrites Env Vars In Subsequent Action (part 2/2) +# uses: ./ +# with: +# url: http://localhost:8200/ +# token: testtoken +# secrets: | +# secret/data/subsequent-test secret | SUBSEQUENT_TEST_SECRET; - name: Verify Vault Action Outputs run: npm run test:integration:e2e