Add CI environment example file

This commit is contained in:
Barichello 2022-04-15 20:00:42 -03:00
parent d7f06ccee8
commit 253d60a578
2 changed files with 12 additions and 0 deletions

11
.ci.env.example Normal file
View File

@ -0,0 +1,11 @@
# Env file to use with https://github.com/nektos/act to run GitHub Actions locally when debugging
#
# Ex:
# act --env-file .env -j build-thunderstore-package
#
# Reference:
# https://github.com/thunderstore-io/thunderstore-cli/wiki
TCLI_AUTH_TOKEN=
TS_COMMUNITY=test
TS_REPO=https://thunderstore.dev/

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env