diff --git a/.ci.env.example b/.ci.env.example new file mode 100644 index 0000000..5cf06fb --- /dev/null +++ b/.ci.env.example @@ -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/ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env