mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
fix(ci): annotate visual token fallback
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user