We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd42cd commit 011e0ceCopy full SHA for 011e0ce
.github/workflows/pull_ready.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Add pull_ready label
39
if: steps.check_reviewer.outputs.is_maintainer == 'true'
40
env:
41
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.write_pat }}
42
GH_REPO: ${{ github.repository }}
43
NUMBER: ${{ github.event.pull_request.number }}
44
LABELS: pull_ready
0 commit comments