Skip to content

Commit aa8dea7

Browse files
authored
Merge pull request #184 from artflutter/pr-thanks-fix-II
pr thanks fix
2 parents ea0df5c + 243d3e6 commit aa8dea7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_thanks_action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +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}}
1920
script: |
2021
const prNumber = context.payload.pull_request.number;
2122
const author = context.payload.pull_request.user.login;

0 commit comments

Comments
 (0)