Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .github/workflows/autogen-docs-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ jobs:
PR_URL: ${{ github.event.pull_request.html_url }}
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
# Skips claude-code-action's OIDC -> GitHub App token exchange
# (which needs id-token: write) and uses the job's own minimally
# scoped GITHUB_TOKEN instead. Unrelated to anthropic_api_key,
# which is the separate Anthropic-auth path.
github_token: ${{ secrets.GITHUB_TOKEN }}
additional_permissions: |
actions: read
# The triggering PR is authored by Renovate; without this,
Expand Down