Skip to content

Commit e319bfe

Browse files
JnyJnyclaude
andcommitted
fix: add pull-requests write permission to docs workflow
GitHub Actions workflow was failing with "Resource not accessible by integration" error when trying to comment on PRs. Added pull-requests: write permission to allow the pr-comment job to create/update comments on pull requests. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 51ef57e commit e319bfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ permissions:
2121
contents: read
2222
pages: write
2323
id-token: write
24+
pull-requests: write
2425

2526
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
2627
concurrency:

0 commit comments

Comments
 (0)