Skip to content
Discussion options

You must be logged in to vote

I cannot find anything, which maps the api endpoints to GHES versions. They seem to add new apis to the versioned api of last year, maybe as long they do not make breaking changes to the Api.

Can JIT runners be created for enterprises/GHES?

You can use the actions/runner itself (on linux/macos hosts, windows encrypts a file that makes it less trivial) to create a similar JIT token, otherwise wait for the GHES release.

I try to explain the format

It is a base64 encoded json structure

{
  ".runner": "base64 of .runner file content",
  ".credentials": "base64 of .credentials file content",
  ".credentials_rsaparams": "base64 of .credentials_rsaparams file content"
}

Using your own --no-def…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@gabriel-samfira
Comment options

@ChristopherHX
Comment options

@gabriel-samfira
Comment options

Answer selected by gabriel-samfira
Comment options

You must be logged in to vote
1 reply
@gabriel-samfira
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Enterprise Discussions related to GitHub Enterprise Cloud, Enterprise Server and Organizations Question Ask and answer questions about GitHub features and usage
2 participants