Skip to content

Commit 45762ba

Browse files
authored
Merge pull request #20 from lugi0/feature/auto-approve-lgtm
use bot PAT
2 parents 3b4f188 + ffb2efb commit 45762ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-remove-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Acknowledge the review with thumbs up reaction
4040
if: ${{ github.event.review }}
4141
env:
42-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
GH_TOKEN: ${{ secrets.OPENDATAHUB_TESTS_BOT_PAT }}
4343
REVIEW_COMMENT_ID: ${{ github.event.review.id }}
4444
REPO_NAME: ${{ github.event.repository.name }}
4545
REPO_OWNER: ${{ github.event.repository.owner.login }}

0 commit comments

Comments
 (0)