rename data key

This commit is contained in:
JM Faircloth 2023-06-08 11:00:24 -05:00
parent 1e9b7b0458
commit a44b21e955
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ const vaultToken = `${process.env.VAULT_TOKEN}` === undefined ? `${process.env.V
},
json: {
data: {
secret: 'abc$xyz',
specialsecret: 'abc$xyz',
},
},
});