diff --git a/.github/workflows/comment-pr.yaml b/.github/workflows/comment-pr.yaml index 78e3e5ec..fda8cdc4 100644 --- a/.github/workflows/comment-pr.yaml +++ b/.github/workflows/comment-pr.yaml @@ -71,5 +71,6 @@ jobs: - name: Comment PR with execution number uses: thollander/actions-comment-pull-request@v2 with: + GITHUB_TOKEN: ${{ secrets.UPDATE_BOT_TOKEN }} message: ${{ steps.summarize.outputs.message }} comment_tag: execution