Files
wecom-ai-assistant/.github-config.example
2026-02-05 16:36:32 +08:00

30 lines
833 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# GitHub 配置文件模板
# 复制此文件为 .github-config不提交到 Git
# 用途:本地开发和自动化脚本使用
# GitHub 用户名/组织
GITHUB_USERNAME=bujie9527
# GitHub Personal Access Token
# 获取方式https://github.com/settings/tokens
# 权限repo, write:packages, read:packages
# ⚠️ 警告:此 token 具有仓库访问权限,请妥善保管,不要提交到 Git
GITHUB_TOKEN=your_token_here
# GitHub 仓库名称(如果与项目名不同)
GITHUB_REPO_NAME=wecom-ai-assistant
# GitHub 仓库完整 URL
GITHUB_REPO_URL=https://github.com/bujie9527/wecom-ai-assistant.git
# 默认分支
GITHUB_DEFAULT_BRANCH=main
# Container Registry 配置
GHCR_REGISTRY=ghcr.io
GHCR_IMAGE_PREFIX=bujie9527
# 镜像名称
BACKEND_IMAGE_NAME=wecom-ai-backend
ADMIN_IMAGE_NAME=wecom-ai-admin