From 5049c93dcd68f52b6f7e543ee5d0f699429852e4 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Fri, 2 May 2025 00:15:56 +0200 Subject: [PATCH] clarify token setup --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cd9b51..a23f59a 100644 --- a/README.md +++ b/README.md @@ -47,15 +47,23 @@ Not yet. ## 🔑 Required token scopes ### Source (Forgejo) + Your `FROM_TOKEN` must have: + * **Repository:** read + write * **User data:** read ### Destination (GitHub or Forgejo) + Your `TO_TOKEN` must have: + * **Repository:** read + write * **User data:** read ### Mirror Token + The mirror token only needs: -- **Repository:** read + write + +* **Repository:** read + write + +For GitHub fine-grained personal access tokens, this means that you will need to check "all repositories" under repository access and enable read and write permissions on repository contents.