feat!: token support for cloning

This commit is contained in:
2026-06-27 22:57:58 +03:00
parent 28f1fda048
commit 206a8730a8
11 changed files with 336 additions and 45 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
[main]
endpoint = "https://example.com"
token = "XXXXX"
api_token = "XXXXX"
format = "{owner}/{name}"
out_dir = "/home/user/repositories"
[fetch]
ssh_key = "/home/user/id_rsa"
# Use this fetch config instead of ssh_key to clone over HTTP(S):
# user = "gitea-user"
# token = "XXXXX"