From 7486314ca53b7e183bbe2168b90eccc6cd038ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=E2=80=86b=E2=80=86b666?= <64397326+Rbb666@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:58:31 +0800 Subject: [PATCH] Revert "Add a token to fix the 403 error" This reverts commit e458c0df7e86239a1a3e8542c69b82fa9f41c643. --- .github/workflows/post_ci_status.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/post_ci_status.yml b/.github/workflows/post_ci_status.yml index bac6df462ac..717180aa6c9 100644 --- a/.github/workflows/post_ci_status.yml +++ b/.github/workflows/post_ci_status.yml @@ -36,8 +36,6 @@ 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 }};