You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-interaction action requires a repo-token input to authenticate with the GitHub API, but it wasn't being supplied. This adds repo-token: ${{ secrets.GITHUB_TOKEN }} to the workflow. The workflow already has permissions: pull-requests: write so no additional permission changes are needed.
MathurAditya724
changed the title
fix(ci): add missing repo-token to first-time contributor greeting workflow
fix: add missing repo-token to first-time contributor greeting workflow
Mar 24, 2026
The reason will be displayed to describe this comment to others. Learn more.
It's still broken but maybe merging will help 🤔
ghostdevv
changed the title
fix: add missing repo-token to first-time contributor greeting workflow
fix: add missing repo-token to first-time contributor welcome workflow
Mar 24, 2026
ghostdevv
changed the title
fix: add missing repo-token to first-time contributor welcome workflow
fix: add missing token to first-time contributor welcome workflow
Mar 24, 2026
Yes, that's expected because the trigger is pull_request_target which will read the main branch, and since it was not merged when the PR is created, it reads the old action. 👍
Yes, that's expected because the trigger is pull_request_target which will read the main branch, and since it was not merged when the PR is created, it reads the old action. 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 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