Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

- name: Configure AWS credentials
if: ${{ steps.version.outputs.changed == 'true' }}
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 New default session tags may require sts:TagSession permission

v6.2.0 adds GitHub Actions context as session tags by default (PR #1775 in the upstream repo). If the IAM role at AWS_HOMEBREW_TAP_ROLE_ARN does not already have sts:TagSession in its trust policy, the AssumeRoleWithWebIdentity call will fail with an AccessDenied error. Worth verifying the role's trust policy before merging.

Fix in Claude Code Fix in Codex

with:
role-to-assume: ${{ vars.AWS_HOMEBREW_TAP_ROLE_ARN }}
aws-region: us-west-2
Expand Down