GitHub Enterprise backend uses standard GitHub API for artifact attestations #9176
Unanswered
damomurf
asked this question in
Troubleshooting and bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've configured a custom GitHub Enterprise Server using
api_url = "https://github.enterprise.com/api/v3and use the$MISE_GITHUB_ENTERPRISE_TOKENenv var to happily retrieve the download artifacts. However, when Mise attempts to perform the artifact attestation, it seems to slip back to assuming it should contact Github.com.You can see straight after the "verify Github artifact attestation" it then immediately attempts to connect to api.github.com and the token in use undertstandably fails.
The tool definition in my
~/.config/mise/config.tomllooks like:Output from an execution of
mise install --verbose:Beta Was this translation helpful? Give feedback.
All reactions