5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-09 16:16:55 +00:00

remove skip_outputs

This commit is contained in:
JM Faircloth 2023-06-12 13:42:28 -05:00
parent df60ce93d6
commit 0fecb30a43
2 changed files with 4 additions and 5 deletions

View file

@ -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 }}

View file

@ -91,7 +91,3 @@ runs:
branding:
icon: 'unlock'
color: 'gray-dark'
# Don't enforce strict typing for outputs (defined in this repo's action.yml)
# because vault-action's outputs are dynamic. This is useful for repo's that
# make use of https://github.com/rhysd/actionlint
skip_outputs: true