We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1033f6 commit 98074c3Copy full SHA for 98074c3
backend/service_clients/k8s.go
@@ -210,11 +210,11 @@ func (k K8sJobClient) TriggerProjectsRefreshService(
210
"triggerSource": "orchestrator-api",
211
},
212
Env: map[string]string{
213
- "CloneUrl": cloneUrl,
214
- "Branch": branch,
215
- "GithubToken": githubToken, // consider moving to SecretKeyRef in production
216
- "RepoFullName": repoFullName,
217
- "OrgId": orgId,
+ "DIGGER_GITHUB_REPO_CLONE_URL": cloneUrl,
+ "DIGGER_GITHUB_REPO_CLONE_BRANCH": branch,
+ "DIGGER_GITHUB_TOKEN": githubToken,
+ "DIGGER_REPO_FULL_NAME": repoFullName,
+ "DIGGER_ORG_ID": orgId,
218
219
// Optionally override defaults:
220
CPU: "1",
0 commit comments