diff --git a/.github/workflows/visual-regression.yml b/.github/workflows/visual-regression.yml index 654b4f32ce..cd16ad22ce 100644 --- a/.github/workflows/visual-regression.yml +++ b/.github/workflows/visual-regression.yml @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v6 # kilocode_change with: lfs: true - token: ${{ secrets.BOT_PAT || github.token }} + token: ${{ secrets.BOT_PAT || github.token }} # kilocode_change ref: ${{ github.head_ref }} - name: Checkout (fork) @@ -176,7 +176,7 @@ jobs: if: needs.check-paths.outputs.is_fork != 'true' && steps.check-baseline-commit.outputs.is_baseline_update != 'true' id: commit-baselines env: - GH_TOKEN: ${{ secrets.BOT_PAT || github.token }} + GH_TOKEN: ${{ secrets.BOT_PAT || github.token }} # kilocode_change run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" @@ -222,7 +222,7 @@ jobs: uses: actions/checkout@v6 # kilocode_change with: lfs: true - token: ${{ secrets.BOT_PAT || github.token }} + token: ${{ secrets.BOT_PAT || github.token }} # kilocode_change ref: ${{ github.head_ref }} - name: Checkout (fork) @@ -376,7 +376,7 @@ jobs: if: needs.check-paths.outputs.is_fork != 'true' && steps.check-baseline-commit-vscode.outputs.is_baseline_update != 'true' id: commit-baselines-vscode env: - GH_TOKEN: ${{ secrets.BOT_PAT || github.token }} + GH_TOKEN: ${{ secrets.BOT_PAT || github.token }} # kilocode_change run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com"