Skip to content

feat(sts): accept AssumeRoleWithWebIdentity params from form-encoded POST bodies #9

feat(sts): accept AssumeRoleWithWebIdentity params from form-encoded POST bodies

feat(sts): accept AssumeRoleWithWebIdentity params from form-encoded POST bodies #9

Workflow file for this run

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