From 2d687148cd2a756640fefee5479b52b702ea87a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=84=B8?= Date: Thu, 9 Jan 2025 22:10:17 +0900 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index c367972..e82fead 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest environment: Main env: - BOT_ROOT: ${{ secrets.BOT_ROOT }} + BOT_ROOT: ${{ vars.BOT_ROOT }} BOT_INSTAGRAM_ID: ${{ secrets.BOT_INSTAGRAM_ID }} BOT_INSTAGRAM_PASSWD: ${{ secrets.BOT_INSTAGRAM_PASSWD }} BOT_KEY: ${{ secrets.BOT_KEY }}