Skip to content

Commit f2b13d3

Browse files
jeremyederclaude
andcommitted
fix(ci): add permissions for leaderboard PR comment posting
The validate job's github-script step was failing with 403 "Resource not accessible by integration" because the workflow lacked explicit write permissions for pull-requests and issues. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 412590b commit f2b13d3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/leaderboard.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ on:
1515
# Manual trigger for testing
1616
workflow_dispatch:
1717

18+
permissions:
19+
contents: write
20+
pull-requests: write
21+
issues: write
22+
1823
jobs:
1924
# Job 1: Validate leaderboard submissions (PR only)
2025
validate:

0 commit comments

Comments
 (0)