diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..a5b6889 --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +APP_ENV=DEV +API_ID=20798818 +API_HASH=c657773dc9a68823d5ae2c69e66d9d09 +BOT_TOKEN=6811299384:AAFPUDfE-bJyw8g4p01x6IhofXBBxgEd4es +STORAGE=/data +ALLOWED_IDS=1868160614 +LOG_LEVEL=INFO \ No newline at end of file diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 92bc0dd..1e9bce0 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -24,7 +24,9 @@ jobs: run: pip install tox>=4.16 - name: Run tox - run: tox + run: | + source .env.example + tox build: runs-on: ubuntu-latest