tests for disabled output-env-credentials

This commit is contained in:
Michael Lehmann
2025-06-05 13:55:47 -07:00
committed by kellertk
parent 3991c2aa73
commit 3b040fe7c1
5 changed files with 50 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export function exportCredentials(
if (creds?.SessionToken) {
core.setSecret(creds.SessionToken);
}
}
if (outputEnvCredentials) {
if (creds?.AccessKeyId) {