Skip to content

fix: point split workflow at MARKO_BUILD_PAT secret#84

Merged
markshust merged 1 commit into
developfrom
feature/split-workflow-secret-rename
May 26, 2026
Merged

fix: point split workflow at MARKO_BUILD_PAT secret#84
markshust merged 1 commit into
developfrom
feature/split-workflow-secret-rename

Conversation

@markshust
Copy link
Copy Markdown
Collaborator

Summary

  • The Split Packages workflow referenced secrets.SPLIT_TOKEN, which no longer exists in the repo.
  • The current PAT is stored as MARKO_BUILD_PAT, so GH_TOKEN resolved to empty and gh auth status failed the Create missing split repos step.
  • Updates both references plus the internal env var name for consistency.

Test plan

  • Re-run the Split Packages workflow on develop and confirm Create missing split repos passes.
  • Confirm the Split and push matrix jobs still authenticate against the split repos.

🤖 Generated with Claude Code

The split workflow referenced secrets.SPLIT_TOKEN, which no longer
exists in the repo — the PAT is now stored as MARKO_BUILD_PAT. With
the old name, GH_TOKEN resolved to empty and `gh auth status` failed
the "Create missing split repos" step.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@markshust markshust merged commit 9105b6e into develop May 26, 2026
1 check passed
@github-actions github-actions Bot added the bug Something isn't working label May 26, 2026
@markshust markshust deleted the feature/split-workflow-secret-rename branch May 26, 2026 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant