docs: minimum access token permissions explained

This commit is contained in:
Simon Cornet 2025-04-09 17:18:28 +02:00
commit acf779942c

View file

@ -67,3 +67,11 @@ Usage of gogitlabber:
env = GIT_URL
(default "gitlab.com")
```
# Gitea
Make sure the Gitea Access Token has at least the following permissions:
- user - read
- repository - read
# Gitlab
Make sure the Gitlab Access Token has the `api` scope.