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
Skip PR comments for fork PRs due to token restrictions
Fork PRs run with read-only GITHUB_TOKEN and cannot post comments
due to GitHub's security restrictions. This causes the comment step
to fail with "Resource not accessible by integration" error.
Changes:
- Removed the comment preparation step (no longer needed)
- Comment step now only runs for upstream PRs
- Fork PR contributors can still find artifacts in workflow run
Fork PR artifacts remain accessible via the workflow run's Artifacts
section without needing a comment.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Fork PRs run with restricted permissions to prevent malicious code from modifying the repository or accessing secrets. This is a GitHub security feature to protect open source projects.
0 commit comments