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

Merge branch 'add-e2e-test-override-env-var' of github.com:hashicorp/vault-action into add-e2e-test-override-env-var

This commit is contained in:
Thy Ton 2023-06-09 14:54:25 -07:00
commit 18905ca3b3

View file

@ -178,7 +178,7 @@ jobs:
secret/data/subsequent-test secret | SUBSEQUENT_TEST_SECRET;
- name: Verify Vault Action Outputs
run: npm run test:e2e
run: npm run test:integration:e2e
env:
OTHER_SECRET_OUTPUT: ${{ steps.kv-secrets.outputs.otherSecret }}