feat: add post-run Gitea lifecycle (#5)
This commit is contained in:
2
packages/env/src/agent.ts
vendored
2
packages/env/src/agent.ts
vendored
@@ -11,6 +11,8 @@ const agentEnvSchema = z.object({
|
||||
CONVEX_URL: z.url(),
|
||||
DAEMON_ID: z.string().min(1),
|
||||
FLUE_DB_TOKEN: z.string().min(1),
|
||||
GITEA_TOKEN: z.string().min(1).optional(),
|
||||
GITEA_URL: z.url().default("https://git.openputer.com"),
|
||||
});
|
||||
|
||||
export type AgentEnv = z.infer<typeof agentEnvSchema>;
|
||||
|
||||
Reference in New Issue
Block a user