From 7646d5f78e5ccc238383d594206a0553fb136d84 Mon Sep 17 00:00:00 2001 From: Thy Ton Date: Fri, 19 May 2023 17:51:50 -0700 Subject: [PATCH] revert .github/workflows/build.yml accidental edits --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dedbba9..37e90cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -174,6 +174,11 @@ jobs: /cubbyhole/test foo ; /cubbyhole/test zip | NAMED_CUBBYSECRET ; + - name: Verify Vault Action Outputs + run: npm run test:e2e + env: + OTHER_SECRET_OUTPUT: ${{ steps.kv-secrets.outputs.otherSecret }} + - name: Test Vault Action Overwrites Env Vars In Subsequent Action (part 1/2) uses: ./ with: