mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-07-31 02:43:14 +03:00
feat: simplify input parameters and docs
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user