Skip to content

Commit

Permalink
Merge branch 'main' into releases/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jul 8, 2021
2 parents 260d35a + 106a2ce commit 98c5c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface AssumeRolePayload {
duration_seconds: number;
api_url: string;
repository: string;
useNodeId: boolean;
use_node_id: boolean;
obfuscate_repository: string;
sha: string;
role_session_tagging: boolean;
Expand Down Expand Up @@ -103,7 +103,7 @@ export async function assumeRole(params: AssumeRoleParams) {
duration_seconds: params.roleDurationSeconds,
api_url: GITHUB_API_URL,
repository: GITHUB_REPOSITORY,
useNodeId: params.useNodeId,
use_node_id: params.useNodeId,
obfuscate_repository: params.obfuscateRepository,
sha: GITHUB_SHA,
role_session_tagging: params.roleSessionTagging,
Expand Down

0 comments on commit 98c5c18

Please sign in to comment.