Skip to content

Commit 6ead0a8

Browse files
fix: add missing token to first-time contributor welcome workflow (#2264)
1 parent 017ec72 commit 6ead0a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/welcome-open.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
steps:
1717
- uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c
1818
with:
19+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1920
pr-opened-message: |
2021
Hello! Thank you for opening your **first PR** to npmx, @${{ github.event.pull_request.user.login }}! 🚀
2122

0 commit comments

Comments
 (0)