Skip to content

Commit 52dd8b8

Browse files
authored
Update restrict-issue-comments.yml
1 parent 38cbb87 commit 52dd8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/restrict-issue-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Check permissions and moderate
1616
env:
17-
GH_TOKEN: ${{ github.token }}
17+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
1818
run: |
1919
# Get issue and comment details
2020
ISSUE_NUMBER=${{ github.event.issue.number }}

0 commit comments

Comments
 (0)