diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 6e5edb5..919a132 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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 }}