# Copy to .env for workflows that need secrets (optional)
#
# CI workflow: No secrets needed
# Release workflow: GITHUB_TOKEN (auto-provided by GitHub, not needed locally for testing)
# Publish workflow: GITHUB_TOKEN + CARGO_REGISTRY_TOKEN
# GitHub token - only needed for release/publish workflows
# Create at https://github.com/settings/tokens
GITHUB_TOKEN=
# Crates.io token - only needed for publish workflow
CARGO_REGISTRY_TOKEN=