Skip to content

Commit

Permalink
add organization member read-only access
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx committed Jan 9, 2024
1 parent 370507b commit 8a1ba7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ The slack notification can be configured by setting the `SLACK_MESSAGE_FILE`. Th
### Create GitHub App
Create the GH App in your org or repo. Define a client secrent. Generate a private key.
#### Grant repository permissions
Set Contents access to `Read & write`
Set Contents access to `Read & write`
Set Issues access to `Read & write`
Set Pull Requests access to `Read & write`
#### Grant organization permissions
Set members access to `Read-only`
#### Subscripe to events
Check `Issues`
Check `Issue comment`
Expand Down

0 comments on commit 8a1ba7a

Please sign in to comment.