diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 17f0560..2a5cb06 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -9,6 +9,12 @@ jobs: run: runs-on: ubuntu-latest environment: Main + env: + BOT_ROOT: ${{ secrets.BOT_ROOT }} + BOT_INSTAGRAM_ID: ${{ secrets.BOT_INSTAGRAM_ID }} + BOT_INSTAGRAM_PASSWORD: ${{ secrets.BOT_INSTAGRAM_PASSWORD }} + BOT_KEY: ${{ secrets.BOT_KEY }} + BOT_WEBHOOK_URL: ${{ secrets.BOT_WEBHOOK_URL }} steps: - uses: actions/checkout@v4