fix: add missing token to first-time contributor welcome workflow#2264
fix: add missing token to first-time contributor welcome workflow#2264ghostdevv merged 1 commit intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
trueberryless
left a comment
There was a problem hiding this comment.
LGTM 🎉
Thanks, I missed that in #2236
ghostdevv
left a comment
There was a problem hiding this comment.
It's still broken but maybe merging will help 🤔
Yes, that's expected because the trigger is |
ahhh TIL |
🔗 Linked issue
N/A — discovered from a failing CI job on #2262
🧭 Context
The "Greet First-Time Contributors" workflow (added in #2236) fails on every new contributor's PR because a required action input is missing.
📚 Description
The
zephyrproject-rtos/action-first-interactionaction requires arepo-tokeninput to authenticate with the GitHub API, but it wasn't being supplied. This addsrepo-token: ${{ secrets.GITHUB_TOKEN }}to the workflow. The workflow already haspermissions: pull-requests: writeso no additional permission changes are needed.Failing job: https://github.com/npmx-dev/npmx.dev/actions/runs/23489827599/job/68354800411?pr=2262