We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a6cd56 + 1895d8a commit 5ba312dCopy full SHA for 5ba312d
.github/workflows/add-remove-labels.yml
@@ -67,7 +67,8 @@ jobs:
67
68
- name: Run add remove labels
69
env:
70
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
+ GITHUB_TOKEN: ${{ secrets.OPENDATAHUB_TESTS_BOT_PAT }}
72
GITHUB_PR_NUMBER: "${{ github.event.pull_request.number || github.event.issue.number }}"
73
GITHUB_EVENT_ACTION: ${{ github.event.action }}
74
GITHUB_EVENT_REVIEW_STATE: ${{ github.event.review.state }}
0 commit comments