Closed
Conversation
The mise aqua backend cannot verify GitHub attestations for any recent gh release, breaking Railway builds. gh is only used for dev workflows and is not needed for the API build, so removing it unblocks deployments.
Contributor
There was a problem hiding this comment.
No issues found in the modified diff. The change is narrowly scoped, aligns with the stated goal (unblocking Railway builds), and does not introduce additional configuration risk.
Summary of changes
What changed
- Updated
mise.tomlunder[tools]to remove the GitHub CLI entry (gh = "2.87.2").
Why (per PR context)
- Unblocks Railway deployments where the
miseaqua backend fails GitHub attestation verification for recentghreleases. - Keeps
ghas a developer-local dependency rather than a build-time tool.
Contributor
There was a problem hiding this comment.
No issues found in the modified diff; the change is narrowly scoped, consistent with the stated goal of unblocking Railway builds, and does not introduce observable configuration risk in mise.toml.
Summary of changes
What changed
- Updated
mise.tomlunder[tools]to remove the GitHub CLI entry:gh = "2.87.2".
Why this matters (per PR context)
- Avoids
mise/aqua attestation verification failures forghduring Railway builds by no longer treatingghas a build-time tool. - Keeps
ghas a developer-local dependency (via system install) rather than a pinned tool in the build environment.
Contributor
|
I think this is actually an issue with railway using an old version of mise: |
Member
Author
|
@lachieh ohh, okay, then I think this is not needed. closing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ghfrommise.tomlto unblock Railway API deploymentsghis only used for dev workflows (PRs, issues) and is not needed for app builds — developers still have it via system installFixes TAM-1222
Test plan