Update python-app.yml

This commit is contained in:
2025-01-09 22:07:16 +09:00 committed by GitHub
commit c4ce6381b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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