Skip to content

Commit

Permalink
provide full response for generate-jitconfig method
Browse files Browse the repository at this point in the history
  • Loading branch information
prksu committed Jun 23, 2023
1 parent 187e6e3 commit 88736b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions github/actions_runners.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ type GenerateJITConfigRequest struct {

// JITRunnerConfig represents encoded JIT configuration that can be used to bootstrap a self-hosted runner.
type JITRunnerConfig struct {
Runner *Runner `json:"runner"`
EncodedJITConfig *string `json:"encoded_jit_config,omitempty"`
}

Expand Down
8 changes: 8 additions & 0 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88736b1

Please sign in to comment.