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
fix(workflows): update add-pr-to-project to use PROJECT_ACCESS_TOKEN
The default GITHUB_TOKEN doesn't have permissions to access organization-level
GitHub Projects (Projects V2). This change updates the workflow to use a
personal access token with the necessary project permissions.
To fix the "Resource not accessible by integration" error, you need to:
1. Create a PAT with 'repo' and 'project' scopes
2. Add it as PROJECT_ACCESS_TOKEN in repository secrets
3. Re-run the failed workflow
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments