From 2cde32794f18f4cbbbead5893f9d08ed0cc57bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=B5=E5=BA=94?= Date: Mon, 31 Aug 2026 19:44:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20check-push-paths=20=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E8=84=9A=E6=9C=AC=E4=B8=8B=E8=BD=BD=E2=80=94=E2=80=94?= =?UTF-8?q?commit=20e052c054=20=E7=A7=BB=E9=99=A4=E4=BA=86=20checkout=20?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=20runner=20=E4=B8=8A=E6=97=A0=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-pipeline.yml b/.gitea/workflows/ci-pipeline.yml index 2ccfecc2f..25d1c61a3 100755 --- a/.gitea/workflows/ci-pipeline.yml +++ b/.gitea/workflows/ci-pipeline.yml @@ -876,7 +876,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} run: | - bash scripts/ci/ci_push_paths.sh + curl -sfH "Authorization: token $GITHUB_TOKEN" -o /tmp/_ci_push_paths.sh "${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/raw/scripts/ci/ci_push_paths.sh?ref=${GITHUB_SHA}" && bash /tmp/_ci_push_paths.sh - name: Report CI trace if: always() shell: sh -- 2.54.0