Skip to content

Commit de8745a

Browse files
committed
fix role session name
1 parent 62f71aa commit de8745a

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
@@ -52,7 +52,7 @@ export class Action {
5252
new AssumeRoleWithWebIdentityCommand({
5353
WebIdentityToken: idToken,
5454
RoleArn: role,
55-
RoleSessionName: `${context.workflow}-${context.runNumber}-${context.runId}`,
55+
RoleSessionName: `${owner}-${repo}-${context.runNumber}-${context.runId}`,
5656
}),
5757
);
5858

0 commit comments

Comments
 (0)