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 94caf65 commit f1326fb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/secrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,10 @@ async function exportDynamicSecrets(akeylessToken, dynamicSecrets, apiUrl, expor
// else{
// exportValue(actualKey, actualValue, variableName, exportSecretsToOutputs, exportSecretsToEnvironment);
// }


} else {
// all other keys work as expected
exportValue(actualKey, actualValue, variableName, exportSecretsToOutputs, exportSecretsToEnvironment);
}
// } else {
// // all other keys work as expected
// exportValue(actualKey, actualValue, variableName, exportSecretsToOutputs, exportSecretsToEnvironment);
// }
}

outputArray = [];
Expand Down

0 comments on commit f1326fb

Please sign in to comment.