We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b4f188 + ffb2efb commit 45762baCopy full SHA for 45762ba
.github/workflows/add-remove-labels.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Acknowledge the review with thumbs up reaction
40
if: ${{ github.event.review }}
41
env:
42
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.OPENDATAHUB_TESTS_BOT_PAT }}
43
REVIEW_COMMENT_ID: ${{ github.event.review.id }}
44
REPO_NAME: ${{ github.event.repository.name }}
45
REPO_OWNER: ${{ github.event.repository.owner.login }}
0 commit comments