Skip to content

Commit

Permalink
Update README.md with workflows permissions (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax authored Feb 15, 2024
1 parent faa840c commit b772b5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ jobs:
##### Using a GitHub app instead of a PAT
In some cases, specially in big organizations, it is more organized to use a GitHub app to authenticate, as it allows us to give it permissions per repository and we can fine-grain them even better. If you wish to do that, you need to create a GitHub app with the following permissions:
- Repository permissions:
- Pull Requests
- [x] Write
- Pull Requests
- [x] Write
- Contents
- [x] Write
- Workflows
- [x] Write

Because this project is intended to be used with a token we need to do an extra step to generate one from the GitHub app:
- After you create the app, copy the *App ID* and the *private key* and set them as secrets.
Expand Down

0 comments on commit b772b5e

Please sign in to comment.