mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
feat: populate action args
This commit is contained in:
parent
c9413f372f
commit
c0f6da16c2
1 changed files with 7 additions and 0 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -73,6 +73,13 @@ jobs:
|
|||
VAULT_PORT: ${{ job.services.vault.ports[8200] }}
|
||||
- name: use vault actions
|
||||
uses: ./
|
||||
with:
|
||||
vaultUrl: http://localhost:${{ job.services.vault.ports[8200] }}
|
||||
vaultToken: testtoken
|
||||
keys: |
|
||||
test a ;
|
||||
test a | NAMED_TOKEN ;
|
||||
nested/test e ;
|
||||
- name: verify
|
||||
run: npm run test:e2e
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue