Skip to content
Snippets Groups Projects
Unverified Commit b02d4ac4 authored by CodeShakingSheep's avatar CodeShakingSheep Committed by GitHub
Browse files

docs(platform/Gitea): Update PAT scopes for Gitea (#23615)

parent 9aefc202
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,13 @@ You must set `platform=gitea` in your Renovate config file. ...@@ -17,8 +17,13 @@ You must set `platform=gitea` in your Renovate config file.
The PAT should have these permissions: The PAT should have these permissions:
- `repo` | Permission | Valid for Gitea versions |
- `read:user` and `read:email` | ------------ | ------------------------------ |
| `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. If you use Gitea packages, add the `read:packages` scope.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment