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 229f0b5 commit 4e7f5dfCopy full SHA for 4e7f5df
.github/workflows/pr_thanks_action.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Post a themed thank you comment
17
uses: actions/github-script@v7
18
with:
19
- github-token: ${{secrets.GITHUB_TOKEN}}
+ github-token: ${{ secrets.PR_COMMENT_TOKEN }}
20
script: |
21
const prNumber = context.payload.pull_request.number;
22
const author = context.payload.pull_request.user.login;
0 commit comments