OPC # 0009: Fix Worker gitea token
controlplane/build ✔ Build succeeded.
controlplane/build ✔ Build succeeded.
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -87,6 +87,9 @@ builder.AddProject<Projects.ControlPlane_Worker>("controlplane-worker")
|
||||
.WithEnvironment("ConnectionStrings__platformdb",
|
||||
"Host=localhost;Port=5432;Username=postgres;Password=postgres")
|
||||
.WithEnvironment("Build__WorkDir", buildWorkDir)
|
||||
.WithEnvironment("Gitea__BaseUrl", "https://opc.clarity.test")
|
||||
.WithEnvironment("Gitea__Owner", "ClarityStack")
|
||||
.WithEnvironment("Gitea__Token", "fcf9f66415754fb639a8343e3904e06b1d78c646")
|
||||
.WithReference(controlPlaneDb)
|
||||
.WaitFor(controlPlaneDb);
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user