You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With version 3.10 of GitHub Enterprise server, the new just-in-time runner
configuration is available for enterprises.
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
Copy file name to clipboardExpand all lines: github/enterprise_actions_runners.go
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,26 @@ func (s *EnterpriseService) ListRunnerApplicationDownloads(ctx context.Context,
29
29
returnrads, resp, nil
30
30
}
31
31
32
+
// GenerateEnterpriseJITConfig generates a just-in-time configuration for an enterprise.
33
+
//
34
+
// GitHub API docs: https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runners?apiVersion=2022-11-28#create-configuration-for-a-just-in-time-runner-for-an-enterprise
0 commit comments