ci: use contents:write permission for ecosystem CI commit comments#13611
ci: use contents:write permission for ecosystem CI commit comments#13611
Conversation
`createCommitComment` is a write operation (POST) that requires `contents: write`, not `contents: read`. Co-Authored-By: Claude Opus 4.6 <[email protected]>
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions workflow permissions for the ecosystem_ci_per_commit job so it can successfully post commit comments (resolving the 403 Resource not accessible by integration failure seen in ecosystem CI per-commit runs).
Changes:
- Change
ecosystem_ci_per_commitjob permission fromcontents: readtocontents: writein CI workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merging this PR will degrade performance by 1.3%
Performance Changes
Comparing Footnotes
|
Rsdoctor Bundle Diff AnalysisFound 6 projects in monorepo, 0 projects with changes. 📊 Quick Summary
Generated by Rsdoctor GitHub Action |
📦 Binary Size-limit
🎉 Size decreased by 7.59KB from 49.26MB to 49.25MB (⬇️0.02%) |
Summary
fix the wrong config in #13605. the doc lied to us, AI was right.
createCommitCommentis a POST (write) operation, so it requirescontents: writepermission, notcontents: read403 Resource not accessible by integrationerror in ecosystem CI per commit jobTest plan
🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.6 [email protected]