# Copy to scripts/.env and fill in real values. Do NOT commit scripts/.env.
# crates.io API token
# Get from: https://crates.io/settings/tokens
CRATES_IO_TOKEN=your_crates_io_token_here
# GitHub PAT used by the release workflow to push Formula/cekanje.rb back.
# Fine-grained PAT scoped to abosnjakovic/cekanje with Contents: write.
# Get from: https://github.com/settings/tokens
HOMEBREW_TAP_TOKEN=your_github_pat_here
# Optional: for testing release creation locally
GITHUB_TOKEN=your_github_token_here
# Release-test parameters
TEST_VERSION=0.1.0
TEST_TAG=v0.1.0
TEST_REPO=abosnjakovic/cekanje
# Build targets
RUST_TARGET_APPLE_SILICON=aarch64-apple-darwin
RUST_TARGET_INTEL=x86_64-apple-darwin
RUST_TARGET_LINUX=x86_64-unknown-linux-gnu
# Default to dry-run; set to false in your local .env to actually publish
DRY_RUN=true