mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-08 20:46:44 +03:00
GITHUB_TYPE env var
This commit is contained in:
@@ -14,6 +14,7 @@ data:
|
|||||||
BETTER_AUTH_TRUSTED_ORIGINS: {{ $gm.core.betterAuthTrustedOrigins | quote }}
|
BETTER_AUTH_TRUSTED_ORIGINS: {{ $gm.core.betterAuthTrustedOrigins | quote }}
|
||||||
# GitHub Config
|
# GitHub Config
|
||||||
GITHUB_USERNAME: {{ $gm.github.username | quote }}
|
GITHUB_USERNAME: {{ $gm.github.username | quote }}
|
||||||
|
GITHUB_TYPE: {{ $gm.github.type | quote }}
|
||||||
PRIVATE_REPOSITORIES: {{ $gm.github.privateRepositories | quote }}
|
PRIVATE_REPOSITORIES: {{ $gm.github.privateRepositories | quote }}
|
||||||
MIRROR_STARRED: {{ $gm.mirror.starred | quote }}
|
MIRROR_STARRED: {{ $gm.mirror.starred | quote }}
|
||||||
SKIP_FORKS: {{ $gm.github.skipForks | quote }}
|
SKIP_FORKS: {{ $gm.github.skipForks | quote }}
|
||||||
|
|||||||
@@ -122,6 +122,7 @@ gitea-mirror:
|
|||||||
github:
|
github:
|
||||||
username: ""
|
username: ""
|
||||||
token: ""
|
token: ""
|
||||||
|
type: personal
|
||||||
privateRepositories: true
|
privateRepositories: true
|
||||||
mirrorStarred: false
|
mirrorStarred: false
|
||||||
skipForks: false
|
skipForks: false
|
||||||
|
|||||||
Reference in New Issue
Block a user