Skip to content

ci: fix release workflow token gating#13

Merged
unvalley merged 1 commit intomainfrom
codex/fix-release-workflow-secrets-if
Feb 21, 2026
Merged

ci: fix release workflow token gating#13
unvalley merged 1 commit intomainfrom
codex/fix-release-workflow-secrets-if

Conversation

@unvalley
Copy link
Copy Markdown
Owner

Summary

  • avoid using secrets directly in a job-level if (caused workflow parse failure)
  • add a token-check job that exports has_token output
  • gate update_homebrew_tap using needs.check_homebrew_tap_token.outputs.has_token

Why

prepare-release failed to dispatch release.yml with:
Unrecognized named-value: 'secrets' at the job-level condition.

@unvalley unvalley closed this Feb 21, 2026
@unvalley unvalley deleted the codex/fix-release-workflow-secrets-if branch February 21, 2026 07:49
@unvalley unvalley restored the codex/fix-release-workflow-secrets-if branch February 21, 2026 07:56
@unvalley unvalley reopened this Feb 21, 2026
@unvalley unvalley merged commit 55dd10d into main Feb 21, 2026
6 checks passed
@unvalley unvalley deleted the codex/fix-release-workflow-secrets-if branch February 21, 2026 07:56
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