# GitHub Release hosting for local cargo-dist releases.
# GitHub Actions release jobs use the automatic GITHUB_TOKEN instead.
# For local releases, use a token with write access to hankcraft/git-ca.
GH_TOKEN=
# crates.io publishing for local releases and GitHub Actions.
# Local alternative: run `cargo login` instead of setting this variable.
CARGO_REGISTRY_TOKEN=
# npm publishing for local releases.
# GitHub Actions uses npm Trusted Publishing/OIDC via publish-npm.yml instead of NPM_TOKEN.
# Local alternative: run `npm login` or configure ~/.npmrc instead of setting this variable.
NPM_TOKEN=
NODE_AUTH_TOKEN=
# Homebrew publishing from GitHub Actions.
# Use a token with write access to hankcraft/homebrew-tap.
HOMEBREW_TAP_TOKEN=
# Local Homebrew publishing.
# Point this at a clean, authenticated checkout of hankcraft/homebrew-tap.
HOMEBREW_TAP_DIR=../homebrew-tap
# Optional cargo-dist executable override for local releases.
DIST_BIN=dist