Commit 215cc73
Use ORG_MEMBER_CHECK_TOKEN for organization membership verification
This addresses the CodeRabbit review feedback regarding GITHUB_TOKEN
permissions. The default GITHUB_TOKEN does not have org-level "Members"
read permission required to query organization membership.
Changes:
- Updated both workflows to use ORG_MEMBER_CHECK_TOKEN secret
- This token must be a PAT or GitHub App token with read:org scope
Setup Required:
A repository administrator must create and add the ORG_MEMBER_CHECK_TOKEN
secret with appropriate permissions. See PR description for instructions.
Fixes: Critical permission issue identified in CodeRabbit review
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>1 parent fce9ad5 commit 215cc73
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments