mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 09:46:06 +00:00
12 lines
427 B
Plaintext
12 lines
427 B
Plaintext
|
|
# SuperClaude Environment Variables
|
||
|
|
# Copy this file to .env and fill in your actual values
|
||
|
|
|
||
|
|
# PyPI API Tokens
|
||
|
|
PYPI_API_TOKEN=pypi-your-production-token-here
|
||
|
|
TEST_PYPI_API_TOKEN=pypi-your-test-token-here
|
||
|
|
|
||
|
|
# GitHub Secrets (for CI/CD)
|
||
|
|
# Add these to your GitHub repository settings:
|
||
|
|
# Settings → Secrets and variables → Actions
|
||
|
|
# PYPI_API_TOKEN=pypi-your-production-token-here
|
||
|
|
# TEST_PYPI_API_TOKEN=pypi-your-test-token-here
|