Skip to content

Commit

Permalink
Update secrets.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed Sep 26, 2023
1 parent 9e7427b commit 76ea77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async function exportDynamicSecrets(akeylessToken, dynamicSecrets, apiUrl, expor
// toOutput = JSON.stringify(dynamicSecret);
// }

let stringified = JSON.parse(actualValue);
let stringified = JSON.stringify(actualValue);

exportValue(actualKey, stringified, variableName, exportSecretsToOutputs, exportSecretsToEnvironment);
} else {
Expand Down

0 comments on commit 76ea77b

Please sign in to comment.