mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-07 20:50:09 +00:00
feat: simplify input parameters and docs
This commit is contained in:
parent
9c32e02d93
commit
19c0b21a1d
6 changed files with 80 additions and 80 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -71,12 +71,12 @@ jobs:
|
|||
env:
|
||||
VAULT_HOST: localhost
|
||||
VAULT_PORT: ${{ job.services.vault.ports[8200] }}
|
||||
- name: use vault actions
|
||||
- name: use vault action
|
||||
uses: ./
|
||||
with:
|
||||
vaultUrl: http://localhost:${{ job.services.vault.ports[8200] }}
|
||||
vaultToken: testtoken
|
||||
keys: |
|
||||
url: http://localhost:${{ job.services.vault.ports[8200] }}
|
||||
token: testtoken
|
||||
secrets: |
|
||||
test secret ;
|
||||
test secret | NAMED_SECRET ;
|
||||
nested/test otherSecret ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue