Skip to content

ci: use GITHUB_TOKEN in nanvix workflow dispatch#213

Merged
ppenna merged 1 commit intonanvix/v3.12.3from
ci/use-github-token-for-dispatch
Feb 26, 2026
Merged

ci: use GITHUB_TOKEN in nanvix workflow dispatch#213
ppenna merged 1 commit intonanvix/v3.12.3from
ci/use-github-token-for-dispatch

Conversation

@ppenna
Copy link

@ppenna ppenna commented Feb 25, 2026

This PR standardizes GitHub authentication in nanvix CI workflows by replacing DISPATCH_TOKEN with GITHUB_TOKEN in dispatch steps.

@ppenna ppenna merged commit f3514c0 into nanvix/v3.12.3 Feb 26, 2026
7 checks passed
@ppenna ppenna deleted the ci/use-github-token-for-dispatch branch February 26, 2026 01:09
ppenna added a commit that referenced this pull request Feb 26, 2026
…riggers

Reverts PR #216 (workflow_dispatch) and PR #213 (GITHUB_TOKEN) changes.
GITHUB_TOKEN is scoped to the current repo and cannot dispatch events
to other repositories (HTTP 403). DISPATCH_TOKEN is a PAT with org-wide
repo access that enables cross-repo repository_dispatch events.

Also restores nanvix-python in the unified dispatch loop with
cpython_tag and nanvix_sha in client_payload.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant