From d0bd9ed3275d0af9a46e7a9312d3e16e29ecdb04 Mon Sep 17 00:00:00 2001 From: Edgard Lorraine Messias Date: Mon, 22 May 2023 17:14:20 -0300 Subject: [PATCH] ci: Use secrets.GITHUB_TOKEN --- .github/workflows/pr-comment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 63e425f..09ffd53 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -21,6 +21,7 @@ jobs: - uses: mshick/add-pr-comment@v2 with: + repo-token: ${{ secrets.GITHUB_TOKEN}} message-id: pr-test message: | Thanks for your contribution.