Skip to content

Commit 232afb3

Browse files
committed
fix(aws): add missing session token for oidc auth
1 parent 02bd1ec commit 232afb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/get-ca-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const getCodeArtifactConfig = async (
2626
credentials: {
2727
accessKeyId: env.AWS_ACCESS_KEY_ID as string,
2828
secretAccessKey: env.AWS_SECRET_ACCESS_KEY as string,
29+
sessionToken: env.AWS_SESSION_TOKEN,
2930
},
3031
region: env.AWS_REGION,
3132
}),

0 commit comments

Comments
 (0)