11
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2026-04-08 10:44:19 +00:00

feat: make secret names less derp for tsts

This commit is contained in:
Richard Simpson 2019-09-20 17:29:13 -05:00
parent 13eebbc4e5
commit b524055d38
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2
5 changed files with 19 additions and 26 deletions

View file

@ -77,9 +77,9 @@ jobs:
vaultUrl: http://localhost:${{ job.services.vault.ports[8200] }}
vaultToken: testtoken
keys: |
test a ;
test a | NAMED_TOKEN ;
nested/test e ;
test secret ;
test secret | NAMED_SECRET ;
nested/test otherSecret ;
- name: verify
run: npm run test:e2e