mirror of
https://github.com/R2Northstar/Northstar
synced 2026-08-23 20:23:04 -04:00
Add CI environment example file
This commit is contained in:
parent
d7f06ccee8
commit
253d60a578
2 changed files with 12 additions and 0 deletions
11
.ci.env.example
Normal file
11
.ci.env.example
Normal 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
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.env
|
||||
Loading…
Add table
Add a link
Reference in a new issue