mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
16 lines
467 B
Text
16 lines
467 B
Text
|
|
# Example .env file for act local testing.
|
||
|
|
# Copy this to .env.act (which is gitignored) and fill in test values.
|
||
|
|
#
|
||
|
|
# cp .env.act.example .env.act
|
||
|
|
#
|
||
|
|
# act automatically reads .env and passes as secrets to workflows.
|
||
|
|
# DO NOT commit .env — it contains real or test tokens.
|
||
|
|
|
||
|
|
# npmjs.org token (use a test token, not a real one)
|
||
|
|
NPM_TOKEN=test_token_replace_me
|
||
|
|
|
||
|
|
# PyPI trusted publisher (not needed for act, but documented)
|
||
|
|
# PYPI_TRUSTED_PUBLISHER=...
|
||
|
|
|
||
|
|
#dry_run=true
|