mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-05 15:15:29 +00:00
Add a token to fix the 403 error
This commit is contained in:
2
.github/workflows/post_ci_status.yml
vendored
2
.github/workflows/post_ci_status.yml
vendored
@@ -36,6 +36,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Post or update CI status comment
|
- name: Post or update CI status comment
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const prNumber = ${{ inputs.pr_number }};
|
const prNumber = ${{ inputs.pr_number }};
|
||||||
|
|||||||
Reference in New Issue
Block a user