Skip to content

Commit 5ba312d

Browse files
authored
Merge pull request #25 from lugi0/feature/auto-approve-lgtm
try using bot PAT
2 parents 2a6cd56 + 1895d8a commit 5ba312d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767

6868
- name: Run add remove labels
6969
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71+
GITHUB_TOKEN: ${{ secrets.OPENDATAHUB_TESTS_BOT_PAT }}
7172
GITHUB_PR_NUMBER: "${{ github.event.pull_request.number || github.event.issue.number }}"
7273
GITHUB_EVENT_ACTION: ${{ github.event.action }}
7374
GITHUB_EVENT_REVIEW_STATE: ${{ github.event.review.state }}

0 commit comments

Comments
 (0)