Skip to content

Commit 609604d

Browse files
committed
build: add github token to comment step
The thank you action can't comment because of missing permissions. Let's add the github token in the hope this solves it. Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent a8e4aed commit 609604d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/thanks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Comment on merged PR
1919
uses: actions/github-script@v7
2020
with:
21+
github-token: ${{secrets.GITHUB_TOKEN}}
2122
script: |
2223
const prNumber = context.payload.pull_request.number;
2324
const comment = 'Thanks for your contribution!';

0 commit comments

Comments
 (0)