Update python-app.yml
This commit is contained in:
parent
a5397d6408
commit
2d687148cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue