mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-16 16:55:45 +00:00
rename data key
This commit is contained in:
parent
1e9b7b0458
commit
a44b21e955
2 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ const vaultToken = `${process.env.VAULT_TOKEN}` === undefined ? `${process.env.V
|
|||
},
|
||||
json: {
|
||||
data: {
|
||||
secret: 'abc$xyz',
|
||||
specialsecret: 'abc$xyz',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue