Github Token Added

This commit is contained in:
Vaibhav Pathak 2026-01-20 08:30:15 +05:30
parent 2b37c2f04b
commit 259a02b5bf

View File

@ -66,6 +66,9 @@ data:
# See packages/backend/src/plugins/auth.ts
integrations:
github:
- host: github.com
token: ${GITHUB_TOKEN}
gitea:
- baseUrl: {{ .Values.integrations.gitea.url }}
host: {{ .Values.integrations.gitea.url | replace "https://" "" | replace "http://" "" }}