You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workflow failed on fork PRs because `pull_request` events restrict
the GITHUB_TOKEN to read-only, preventing the bot from posting PR
comments. Switch to `pull_request_target` so the token retains the
declared `pull-requests: write` permission.
Also allow maintainers to trigger preview deployments for fork PRs by
checking `github.actor` (the re-run initiator) in addition to the PR
author.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments