[PR #13] [MERGED] fix(ci): resolve Publish workflow authentication failure #12

Closed
opened 2026-03-03 15:56:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mrgoonie/human-mcp/pull/13
Author: @mrgoonie
Created: 2/28/2026
Status: Merged
Merged: 2/28/2026
Merged by: @mrgoonie

Base: mainHead: dev


📝 Commits (1)

  • 355a7ab fix(ci): remove hard dependency on CI_GITHUB_TOKEN secret

📊 Changes

1 file changed (+2 additions, -3 deletions)

View changed files

📝 .github/workflows/publish.yml (+2 -3)

📄 Description

Summary

  • Remove hard dependency on CI_GITHUB_TOKEN secret from Publish workflow
  • Test job checkout now uses default GITHUB_TOKEN (no custom token needed for read-only checkout)
  • Release job falls back to github.token when CI_GITHUB_TOKEN is not configured
  • Fixes fatal: could not read Username error in GitHub Actions run #22517557747

Changes

  • .github/workflows/publish.yml: Remove custom token from test job, add fallback for release job

Test plan

  • Merge PR and verify Publish workflow passes on push to main
  • Verify semantic-release still creates releases correctly

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mrgoonie/human-mcp/pull/13 **Author:** [@mrgoonie](https://github.com/mrgoonie) **Created:** 2/28/2026 **Status:** ✅ Merged **Merged:** 2/28/2026 **Merged by:** [@mrgoonie](https://github.com/mrgoonie) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`355a7ab`](https://github.com/mrgoonie/human-mcp/commit/355a7ab9a1a0b4f5eda6ecc525cb147bab30f356) fix(ci): remove hard dependency on CI_GITHUB_TOKEN secret ### 📊 Changes **1 file changed** (+2 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish.yml` (+2 -3) </details> ### 📄 Description ## Summary - Remove hard dependency on `CI_GITHUB_TOKEN` secret from Publish workflow - Test job checkout now uses default `GITHUB_TOKEN` (no custom token needed for read-only checkout) - Release job falls back to `github.token` when `CI_GITHUB_TOKEN` is not configured - Fixes `fatal: could not read Username` error in GitHub Actions run #22517557747 ## Changes - `.github/workflows/publish.yml`: Remove custom token from test job, add fallback for release job ## Test plan - [ ] Merge PR and verify Publish workflow passes on push to main - [ ] Verify semantic-release still creates releases correctly --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-03 15:56:49 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/human-mcp#12
No description provided.