We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f71aa commit de8745aCopy full SHA for de8745a
src/action.ts
@@ -52,7 +52,7 @@ export class Action {
52
new AssumeRoleWithWebIdentityCommand({
53
WebIdentityToken: idToken,
54
RoleArn: role,
55
- RoleSessionName: `${context.workflow}-${context.runNumber}-${context.runId}`,
+ RoleSessionName: `${owner}-${repo}-${context.runNumber}-${context.runId}`,
56
}),
57
);
58
0 commit comments