# ArchScript Deployment Environment Variables
# Copy this file to .env and fill in your values:
# cp .env.example .env
#
# IMPORTANT: Never commit .env to version control!
# The .gitignore already excludes .env files.
# ── Registry Tokens ──────────────────────────────────────────────────────────
# crates.io API token (get from https://crates.io/settings/tokens)
CARGO_REGISTRY_TOKEN=
# PyPI API token (get from https://pypi.org/manage/account/token/)
PYPI_API_TOKEN=
# ── AUR Deployment ─────────────────────────────────────────────────────────
# Path to SSH private key registered with AUR (default: ~/.ssh/aur)
# Register at: https://aur.archlinux.org/account
# AUR_SSH_KEY=~/.ssh/aur
# ── Optional Configuration ───────────────────────────────────────────────────
# GitHub token for creating releases (if not using gh auth)
# GITHUB_TOKEN=
# Custom AUR helper (default: yay)
# AUR_HELPER=yay
# ── ArchScript Application Variables ─────────────────────────────────────────
# These are accessible in scripts via env.get("KEY")
# ARCHSCRIPT_LOG_LEVEL=info
# ARCHSCRIPT_CONFIG_DIR=~/.config/archscript