Update python-app.yml

This commit is contained in:
2025-01-09 22:10:17 +09:00 committed by GitHub
commit 2d687148cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: Main environment: Main
env: env:
BOT_ROOT: ${{ secrets.BOT_ROOT }} BOT_ROOT: ${{ vars.BOT_ROOT }}
BOT_INSTAGRAM_ID: ${{ secrets.BOT_INSTAGRAM_ID }} BOT_INSTAGRAM_ID: ${{ secrets.BOT_INSTAGRAM_ID }}
BOT_INSTAGRAM_PASSWD: ${{ secrets.BOT_INSTAGRAM_PASSWD }} BOT_INSTAGRAM_PASSWD: ${{ secrets.BOT_INSTAGRAM_PASSWD }}
BOT_KEY: ${{ secrets.BOT_KEY }} BOT_KEY: ${{ secrets.BOT_KEY }}