Skip to content

Commit b031016

Browse files
author
GitHub Workshop Bot
committed
fix: remove invalid 'members: read' permission from registration workflow
The 'members' key is not a valid GitHub Actions permission scope, causing all push-triggered workflow runs to fail with 'workflow file issue'. The org member API calls in this workflow already have a try/catch fallback.
1 parent b591184 commit b031016

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/registration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
permissions:
99
contents: write
1010
issues: write
11-
members: read
1211

1312
jobs:
1413
welcome:

0 commit comments

Comments
 (0)