Explorar o código

Add a token to fix the 403 error

CYFS hai 2 meses
pai
achega
e458c0df7e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/post_ci_status.yml

+ 2 - 0
.github/workflows/post_ci_status.yml

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