From 45ce344326a410f90b2ed2913d2a25e219f7a59d Mon Sep 17 00:00:00 2001 From: Edgard Lorraine Messias Date: Mon, 22 May 2023 17:36:06 -0300 Subject: [PATCH] ci: Use personal token instead of GITHUB_TOKEN --- .github/workflows/pr-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 8559d10..6fea527 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -1,7 +1,7 @@ name: PR Comment on: - pull_request: + pull_request_target: types: - opened - synchronize @@ -18,7 +18,7 @@ jobs: - uses: mshick/add-pr-comment@v2 with: - repo-token: ${{ secrets.GITHUB_TOKEN}} + repo-token: ${{ secrets.PERSONAL_TOKEN}} message-id: pr-test message: | Thanks for your contribution.