MCPcopy Index your code
hub / github.com/rilldata/rill / InstallationTokenForOrg

Method InstallationTokenForOrg

admin/github.go:44–44  ·  view source on GitHub ↗
(ctx context.Context, org string)

Source from the content-addressed store, hash-verified

42 // InstallationToken returns a token for the installation ID limited to the repoID.
43 InstallationToken(ctx context.Context, installationID, repoID int64) (token string, expiresAt time.Time, err error)
44 InstallationTokenForOrg(ctx context.Context, org string) (token string, expiresAt time.Time, err error)
45
46 DeleteBranch(ctx context.Context, installationID, repoID int64, remote, branch string) error
47

Callers 2

TestManagedDeployFunction · 0.65
createRepoMethod · 0.65

Implementers 2

githubClientadmin/github.go
mockGithubadmin/testadmin/testadmin.go

Calls

no outgoing calls

Tested by 1

TestManagedDeployFunction · 0.52