Skip to content

Commit

Permalink
docs(platform/Gitea): Update PAT scopes for Gitea (#23615)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 31, 2023
1 parent 9aefc20 commit b02d4ac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lib/modules/platform/gitea/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ You must set `platform=gitea` in your Renovate config file.

The PAT should have these permissions:

- `repo`
- `read:user` and `read:email`
| Permission | Valid for Gitea versions |
| ------------ | ------------------------------ |
| `repo` | all |
| `read:user` | all |
| `issue` | `>= 1.20.0` |
| `read:email` | `<= 1.19.3` |
| `read:misc` | Only for `1.20.0` and `1.20.1` |

If you use Gitea packages, add the `read:packages` scope.

Expand Down

0 comments on commit b02d4ac

Please sign in to comment.