We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91a7f4 commit e458c0dCopy full SHA for e458c0d
.github/workflows/post_ci_status.yml
@@ -36,6 +36,8 @@ jobs:
36
steps:
37
- name: Post or update CI status comment
38
uses: actions/github-script@v7
39
+ env:
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
with:
42
script: |
43
const prNumber = ${{ inputs.pr_number }};
0 commit comments