Skip to content

Commit 4e7f5df

Browse files
committed
pr fixes III
1 parent 229f0b5 commit 4e7f5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_thanks_action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Post a themed thank you comment
1717
uses: actions/github-script@v7
1818
with:
19-
github-token: ${{secrets.GITHUB_TOKEN}}
19+
github-token: ${{ secrets.PR_COMMENT_TOKEN }}
2020
script: |
2121
const prNumber = context.payload.pull_request.number;
2222
const author = context.payload.pull_request.user.login;

0 commit comments

Comments
 (0)