MCPcopy
hub / github.com/Dokploy/dokploy / haveGithubRequirements

Function haveGithubRequirements

packages/server/src/utils/providers/github.ts:86–92  ·  view source on GitHub ↗
(githubProvider: Github)

Source from the content-addressed store, hash-verified

84};
85
86export const haveGithubRequirements = (githubProvider: Github) => {
87 return !!(
88 githubProvider?.githubAppId &&
89 githubProvider?.githubPrivateKey &&
90 githubProvider?.githubInstallationId
91 );
92};
93
94const getErrorCloneRequirements = (entity: {
95 repository?: string | null;

Callers 2

github.tsFile · 0.90
authGithubFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected