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

feat: populate action args

This commit is contained in:
Richard Simpson 2019-09-20 17:16:32 -05:00
parent c9413f372f
commit c0f6da16c2
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2

View file

@ -73,6 +73,13 @@ jobs:
VAULT_PORT: ${{ job.services.vault.ports[8200] }} VAULT_PORT: ${{ job.services.vault.ports[8200] }}
- name: use vault actions - name: use vault actions
uses: ./ uses: ./
with:
vaultUrl: http://localhost:${{ job.services.vault.ports[8200] }}
vaultToken: testtoken
keys: |
test a ;
test a | NAMED_TOKEN ;
nested/test e ;
- name: verify - name: verify
run: npm run test:e2e run: npm run test:e2e