Add a token to fix the 403 error

This commit is contained in:
CYFS
2025-10-31 19:28:26 +08:00
committed by R b b666
parent c91a7f46f5
commit e458c0df7e

View File

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