Skip to content

Commit 89402c9

Browse files
committed
update roleSessionName
1 parent 4a235cc commit 89402c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class Action {
5353
new AssumeRoleWithWebIdentityCommand({
5454
WebIdentityToken: idToken,
5555
RoleArn: role,
56-
RoleSessionName: `${packageJson.name}@${packageJson.version}:${context.runId}`,
56+
RoleSessionName: `${packageJson.name}@${packageJson.version}-${context.runId}`,
5757
}),
5858
);
5959

0 commit comments

Comments
 (0)