Update python-app.yml
This commit is contained in:
parent
f832174349
commit
c4ce6381b8
1 changed files with 6 additions and 0 deletions
6
.github/workflows/python-app.yml
vendored
6
.github/workflows/python-app.yml
vendored
|
|
@ -9,6 +9,12 @@ jobs:
|
||||||
run:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: Main
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue