fix: remove explicit access token from helm-git urls (take 2)

This commit is contained in:
2025-06-22 09:47:42 +02:00
parent dc9e2f3ae0
commit 490e8d373f
5 changed files with 68 additions and 3 deletions
+1 -1
View File
@@ -37,5 +37,5 @@ pkgs.mkShellNoCC {
];
ARGOCD_ENV_CLUSTER_NAME = "oceanbox";
CI_JOB_TOKEN = "glpat-xxx";
MANIFESTS_ACCESS_TOKEN = "glpat-xxx";
}