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 f4b27e7 commit 5ec2ee0Copy full SHA for 5ec2ee0
.github/workflows/pr-review-checklist.yml
@@ -4,9 +4,6 @@ on:
4
pull_request:
5
types: [opened, synchronize]
6
7
-permissions:
8
- pull-requests: write
9
-
10
jobs:
11
pr-review-list:
12
name: Post PR Review Checklist
@@ -18,6 +15,6 @@ jobs:
18
15
- name: Post initial PR checklist
19
16
uses: peter-evans/create-or-update-comment@v4
20
17
with:
21
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_TOKEN }}
22
issue-number: ${{ github.event.pull_request.number }}
23
body-path: '.github/pr-review-checklist.md'
0 commit comments