Skip to content

Commit 011e0ce

Browse files
committed
add pat
Signed-off-by: Asra Ali <[email protected]>
1 parent 9cd42cd commit 011e0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_ready.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Add pull_ready label
3939
if: steps.check_reviewer.outputs.is_maintainer == 'true'
4040
env:
41-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
GH_TOKEN: ${{ secrets.write_pat }}
4242
GH_REPO: ${{ github.repository }}
4343
NUMBER: ${{ github.event.pull_request.number }}
4444
LABELS: pull_ready

0 commit comments

Comments
 (0)