From acf779942cfb8472696a750b873919c5f3c5d386 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 9 Apr 2025 17:18:28 +0200 Subject: [PATCH] docs: minimum access token permissions explained --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index aa1e47d..c3e56d9 100644 --- a/readme.md +++ b/readme.md @@ -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.