Update python-app.yml
This commit is contained in:
parent
5dcaa253a9
commit
1c87718ced
1 changed files with 2 additions and 2 deletions
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
|
|
@ -7,10 +7,10 @@ on:
|
|||
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
environment: Main
|
||||
env:
|
||||
BOT_ROOT: ${{ vars.BOT_ROOT }}
|
||||
BOT_ROOT: "~/actions-runner/work/today.isangjeong"
|
||||
BOT_INSTAGRAM_ID: ${{ secrets.BOT_INSTAGRAM_ID }}
|
||||
BOT_INSTAGRAM_PASSWD: ${{ secrets.BOT_INSTAGRAM_PASSWD }}
|
||||
BOT_INSTAGRAM_TOTP: ${{ secrets.BOT_INSTAGRAM_TOTP }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue