Skip to content

Commit 0edf78b

Browse files
GiggleLiuclaude
andcommitted
Fix community call workflow: use PROJECT_READ_TOKEN for project board access
The default GITHUB_TOKEN cannot access org-level ProjectV2 nodes via GraphQL, causing the agenda collection step to fail. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 43f37f8 commit 0edf78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/community-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Collect agenda from project board
1414
id: agenda
1515
env:
16-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GH_TOKEN: ${{ secrets.PROJECT_READ_TOKEN }}
1717
run: |
1818
# Fetch issues in "Review pool", "Final review", and "Ready" columns
1919
QUERY='query {

0 commit comments

Comments
 (0)