mirror of
https://github.com/mrgoonie/human-mcp.git
synced 2026-04-26 12:05:49 +03:00
[PR #15] [MERGED] fix(ci): restore CI_GITHUB_TOKEN for release job #15
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/human-mcp#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mrgoonie/human-mcp/pull/15
Author: @mrgoonie
Created: 2/28/2026
Status: ✅ Merged
Merged: 2/28/2026
Merged by: @mrgoonie
Base:
main← Head:dev📝 Commits (1)
305137afix(ci): restore CI_GITHUB_TOKEN for release job to bypass branch protection📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
.github/workflows/publish.yml(+2 -1)📄 Description
Summary
CI_GITHUB_TOKENPAT for release job checkout and semantic-releasegithub.tokencannot bypass repository rulesets (GH013 error)CI_GITHUB_TOKENandNPM_TOKENsecrets with valid tokensRoot Cause
Branch protection rulesets on
mainblock pushes from defaultgithub.token. Semantic-release needs to push tags and version commits, requiring a PAT with repo permissions.Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.