Skill/config/gitea.env

11 lines
438 B
Bash

# Gitea connection for the datasheet-extractor skill.
# WARNING: contains a secret (GIT_TOKEN) in plaintext - keep this skill PRIVATE.
# Use a token scoped to these repos (repository: write) and rotate periodically.
GIT_HOST=gitea.vecmocon.com
GIT_USER=nitishKumar
GIT_TOKEN=
# Target repos (flat layout, no project/version grouping):
DFS_REPO=nitishKumar/DFS
PARAMS_REPO=nitishKumar/Parameters
SKILL_ASSETS_REPO=nitishKumar/Skill_Assets