mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-10 08:36:55 +00:00
rename data key
This commit is contained in:
parent
1e9b7b0458
commit
a44b21e955
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -159,8 +159,8 @@ jobs:
|
|||
url: http://localhost:8200
|
||||
token: testtoken
|
||||
secrets: |
|
||||
secret/data/specialchars secret ;
|
||||
secret/data/specialchars secret | SPECIAL_CHARS_SECRET ;
|
||||
secret/data/specialchars specialsecret ;
|
||||
secret/data/specialchars specialsecret | SPECIAL_CHARS_SECRET ;
|
||||
|
||||
- name: Test Vault Action (cubbyhole)
|
||||
uses: ./
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ const vaultToken = `${process.env.VAULT_TOKEN}` === undefined ? `${process.env.V
|
|||
},
|
||||
json: {
|
||||
data: {
|
||||
secret: 'abc$xyz',
|
||||
specialsecret: 'abc$xyz',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue