mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
move outputs
This commit is contained in:
parent
0fecb30a43
commit
efc79ffeea
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -101,9 +101,6 @@ 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
|
||||
|
|
@ -137,6 +134,9 @@ jobs:
|
|||
|
||||
- name: Test Vault Action (default KV V2)
|
||||
uses: ./
|
||||
outputs:
|
||||
otherSecret: ${{ steps.kv-secrets.outputs.otherSecret }}
|
||||
otherSecretTLS: ${{ steps.kv-secrets-tls.outputs.otherSecretTLS }}
|
||||
id: kv-secrets
|
||||
with:
|
||||
url: http://localhost:8200
|
||||
|
|
|
|||
Loading…
Reference in a new issue