Skip to content

Commit

Permalink
Add workflow_ref claim to aws-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Aug 29, 2024
1 parent aee5ab9 commit b96afda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/aws-auth/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
required: true
description: "ARN of workload role"
pass-claims:
default: "event_name, repository_owner, repository_name, job_workflow_ref"
default: "event_name, repository_owner, repository_name, job_workflow_ref, workflow_ref"
required: true
description: "`, `-separated claims from GitHub ID token to make available to `role-arn`"
set-creds-in-environment:
Expand Down

0 comments on commit b96afda

Please sign in to comment.