Revert "Add a token to fix the 403 error"

This reverts commit e458c0df7e.
This commit is contained in:
R b b666
2025-11-02 16:58:31 +08:00
committed by GitHub
parent e458c0df7e
commit 7486314ca5

View File

@@ -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 }};