From b44725b75e0c9c856bc7083393da3a0862c051c2 Mon Sep 17 00:00:00 2001 From: oskar <53711292+oskarkocol@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:01:17 +0700 Subject: [PATCH] add comments for env variables --- .github/workflows/auto_update_price_and_context_window.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_update_price_and_context_window.yml b/.github/workflows/auto_update_price_and_context_window.yml index bd147cf1313..aafeba3b801 100644 --- a/.github/workflows/auto_update_price_and_context_window.yml +++ b/.github/workflows/auto_update_price_and_context_window.yml @@ -27,8 +27,8 @@ jobs: uv run --frozen --with 'aiohttp==3.13.3' python ".github/workflows/auto_update_price_and_context_window_file.py" - name: Create Pull Request env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for git push url + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for gh pr create run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com"