Skip to content

Commit 243d3e6

Browse files
committed
pr thanks fix
1 parent 691cfbb commit 243d3e6

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
@@ -13,6 +13,7 @@ jobs:
1313
- name: Post a themed thank you comment
1414
uses: actions/github-script@v7
1515
with:
16+
github-token: ${{secrets.GITHUB_TOKEN}}
1617
script: |
1718
const prNumber = context.payload.pull_request.number;
1819
const author = context.payload.pull_request.user.login;

0 commit comments

Comments
 (0)