From 1c8fca00fb8a871c929ac145544e8552fcdc88c1 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Thu, 19 Feb 2026 04:14:32 +0300 Subject: [PATCH] fix --- .github/workflows/add_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_version.yml b/.github/workflows/add_version.yml index 9b147b5f..d74491c3 100644 --- a/.github/workflows/add_version.yml +++ b/.github/workflows/add_version.yml @@ -43,7 +43,7 @@ jobs: uses: actions/create-github-app-token@v2 id: generate-token with: - app-id: ${{ secrets.PYENV_BOT_APP_ID }} + app-id: ${{ vars.PYENV_BOT_APP_ID }} private-key: ${{ secrets.PYENV_BOT_PRIVATE_KEY }} - name: Create Pull Request uses: peter-evans/create-pull-request@v8