Skill/config/gitea.env

18 lines
987 B
Bash

# Gitea connection for the library-manager 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 — TWO now (set these to the exact repo names on your Gitea):
# SKILL_REPO : holds this skill's own files (SKILL.md, scripts, assets, ...).
# LIBRARY_REPO : holds components, one folder per Class (Diode, IC, ...); inside each,
# one MPN_make_typeid/ folder per part with { xlsx, datasheet, symbol,
# footprint }. (Replaces the old DFS + Parameters repos.)
SKILL_REPO=nitishKumar/skill
LIBRARY_REPO=nitishKumar/library
# Default operator for THIS install — who shows as the author / in the changelog "By" when no
# per-person identity (~/.library-manager-id) is set. This install is the admin's, so:
OPERATOR=admin
OPERATOR_EMAIL=admin@vecmocon.com