Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ export const env = createEnv({
// Jira Webhook
JIRA_WEBHOOK_SECRET: z.string().min(1).optional(),

// Forge app — shared secret required when using the Jira Forge app
// instead of (or alongside) the classic webhook. Both /jira/dispatch
// and /runs/:key are gated by an X-Forge-Secret header matching this.
FORGE_SHARED_SECRET: z.string().min(1).optional(),

// Redis (run registry)
AI_WORKFLOW_KV_REST_API_URL: z.string().url(),
AI_WORKFLOW_KV_REST_API_TOKEN: z.string().min(1),
Expand Down
67 changes: 0 additions & 67 deletions src/routes/jira/dispatch.post.ts

This file was deleted.

77 changes: 0 additions & 77 deletions src/routes/runs/[key].get.ts

This file was deleted.

Loading