Skip to content

Commit e458c0d

Browse files
CYFS3Rbb666
authored andcommitted
Add a token to fix the 403 error
1 parent c91a7f4 commit e458c0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/post_ci_status.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
steps:
3737
- name: Post or update CI status comment
3838
uses: actions/github-script@v7
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3941
with:
4042
script: |
4143
const prNumber = ${{ inputs.pr_number }};

0 commit comments

Comments
 (0)