mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-08 05:00:05 +00:00
feat: make secret names less derp for tsts
This commit is contained in:
parent
13eebbc4e5
commit
b524055d38
5 changed files with 19 additions and 26 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue