GITHUB_TYPE env var

This commit is contained in:
V-Paranoiaque
2025-09-24 22:07:15 +02:00
parent 7386b54a46
commit 1fe20c3e54
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ data:
BETTER_AUTH_TRUSTED_ORIGINS: {{ $gm.core.betterAuthTrustedOrigins | quote }}
# GitHub Config
GITHUB_USERNAME: {{ $gm.github.username | quote }}
GITHUB_TYPE: {{ $gm.github.type | quote }}
PRIVATE_REPOSITORIES: {{ $gm.github.privateRepositories | quote }}
MIRROR_STARRED: {{ $gm.mirror.starred | quote }}
SKIP_FORKS: {{ $gm.github.skipForks | quote }}

View File

@@ -122,6 +122,7 @@ gitea-mirror:
github:
username: ""
token: ""
type: personal
privateRepositories: true
mirrorStarred: false
skipForks: false