mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
define outputs
This commit is contained in:
parent
01f27b183a
commit
9f484782ca
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue