feat: populate action args
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user