File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ func (c *ClientOptions) cloneHeader() http.Header {
3636 headers := c .HTTPHeader .Clone ()
3737 headers .Set ("X-Fern-Language" , "Go" )
3838 headers .Set ("X-Fern-SDK-Name" , "github.com/fern-api/generator-exec-go" )
39- headers .Set ("X-Fern-SDK-Version" , "v0.0.893 " )
39+ headers .Set ("X-Fern-SDK-Version" , "v0.0.900 " )
4040 return headers
4141}
Original file line number Diff line number Diff line change @@ -516,8 +516,11 @@ type GeneratorRegistriesConfigV2 struct {
516516type GithubOutputMode struct {
517517 Version string `json:"version"`
518518 // A full repo url (i.e. https://github.com/fern-api/fern)
519- RepoUrl string `json:"repoUrl"`
520- PublishInfo * GithubPublishInfo `json:"publishInfo,omitempty"`
519+ RepoUrl string `json:"repoUrl"`
520+ // The token scoped to installing the repository. If not specified, the generator
521+ // should NOT attempt to clone the repository.
522+ InstallationToken * string `json:"installationToken,omitempty"`
523+ PublishInfo * GithubPublishInfo `json:"publishInfo,omitempty"`
521524}
522525
523526type GithubPublishInfo struct {
You can’t perform that action at this time.
0 commit comments