Configuration#
- COPIER_TEMPLATE_DEFAULTS#
Environment variable consumed by the package CLI wrapper. When set to
1,python-package-copier-templateruns copy mode with defaults.- GH_TOKEN#
Token used by the GitHub CLI (
gh) for authenticated operations in scripts or CI. Prefer this for non-interactiveghusage.- GITHUB_TOKEN#
Ephemeral token automatically provided by GitHub Actions. Its effective permissions are controlled by workflow/job
permissionsblocks.- DEMO_REPO_TOKEN#
Repository secret used by this template repository’s release workflow to push updates to the demo repository
mgaitan/yet-another-demo. Use a fine-grained token withContents: Read and writeon that repository.