We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7fdd2 commit 9aff99eCopy full SHA for 9aff99e
.github/workflows/add-remove-labels.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Run add remove labels
40
env:
41
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RHODS_CI_BOT_PAT }}
42
GITHUB_PR_NUMBER: "${{ github.event.pull_request.number || github.event.issue.number }}"
43
GITHUB_EVENT_ACTION: ${{ github.event.action }}
44
GITHUB_EVENT_REVIEW_STATE: ${{ github.event.review.state }}
0 commit comments