From 068c569c702eb19e8441bf9a58014cefe595ccca Mon Sep 17 00:00:00 2001 From: CYFS <2805686936@qq.com> Date: Fri, 31 Oct 2025 19:28:26 +0800 Subject: [PATCH] Add a token to fix the 403 error --- .github/workflows/post_ci_status.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/post_ci_status.yml b/.github/workflows/post_ci_status.yml index 717180aa6c9..bac6df462ac 100644 --- a/.github/workflows/post_ci_status.yml +++ b/.github/workflows/post_ci_status.yml @@ -36,6 +36,8 @@ jobs: steps: - name: Post or update CI status comment uses: actions/github-script@v7 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: script: | const prNumber = ${{ inputs.pr_number }};