conan-recipes/.env.ci.example

10 lines
328 B
Plaintext

# Copy to .env.ci and populate real values, then run:
# gh secret set -f .env.ci
CONAN_REMOTE_URL=https://your-private-conan-remote.example.com
CONAN_LOGIN_USERNAME=your-username
CONAN_PASSWORD=your-password
# Optional fallback names still supported by the workflows:
# GITEA_USERNAME=your-username
# GITEA_TOKEN=your-password