From ffb2efb4976d5b3242785c7a78d55bd8e4476b08 Mon Sep 17 00:00:00 2001 From: Luca Giorgi Date: Sat, 15 Mar 2025 16:43:44 +0100 Subject: [PATCH] use bot PAT --- .github/workflows/add-remove-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-remove-labels.yml b/.github/workflows/add-remove-labels.yml index 8405c5384..90e41166d 100644 --- a/.github/workflows/add-remove-labels.yml +++ b/.github/workflows/add-remove-labels.yml @@ -39,7 +39,7 @@ jobs: - name: Acknowledge the review with thumbs up reaction if: ${{ github.event.review }} env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.OPENDATAHUB_TESTS_BOT_PAT }} REVIEW_COMMENT_ID: ${{ github.event.review.id }} REPO_NAME: ${{ github.event.repository.name }} REPO_OWNER: ${{ github.event.repository.owner.login }}