feat(sts): accept AssumeRoleWithWebIdentity params from form-encoded POST bodies #9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Claude Auto Review | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, ready_for_review, reopened] | |
| # Skip when a PR touches workflow files: the action can't validate/run | |
| # against modified workflows and fails with "401 Unauthorized - Workflow | |
| # validation failed". | |
| paths-ignore: | |
| - '.github/workflows/**' | |
| jobs: | |
| review: | |
| uses: developmentseed/.github/.github/workflows/claude-pr-review.yml@main | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| id-token: write | |
| # Picks up the org-level CLAUDE_CODE_OAUTH_TOKEN secret; setup and | |
| # optional inputs: https://github.com/developmentseed/.github#claude-pr-review | |
| secrets: inherit |