diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50b68b9..565bcd6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,6 +101,9 @@ jobs: e2e: runs-on: ubuntu-latest + outputs: + otherSecret: ${{ steps.kv-secrets.outputs.otherSecret }} + otherSecretTLS: ${{ steps.kv-secrets-tls.outputs.otherSecretTLS }} steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 @@ -256,4 +259,4 @@ jobs: - name: Verify Vault Action Outputs run: npm run test:integration:e2e-tls env: - OTHER_SECRET_OUTPUT: ${{ steps.kv-secrets-tls.outputs.otherSecret }} + OTHER_SECRET_OUTPUT: ${{ steps.kv-secrets-tls.outputs.otherSecretTLS }}