Add agent workflows & stuff
Build and Push Next App / quality (push) Failing after 48s
Build and Push Next App / build-next (push) Has been skipped

This commit is contained in:
Gabriel Brown
2026-06-21 21:15:15 -05:00
parent cf7ff2ee4e
commit 2dfa97ee4f
102 changed files with 8488 additions and 161 deletions
+12
View File
@@ -5,6 +5,18 @@ declare const process: {
readonly USESEND_API_KEY?: string;
readonly USESEND_URL?: string;
readonly USESEND_FROM_EMAIL?: string;
readonly AUTH_GITHUB_ID?: string;
readonly AUTH_GITHUB_SECRET?: string;
readonly GITHUB_APP_ID?: string;
readonly GITHUB_APP_CLIENT_ID?: string;
readonly GITHUB_APP_CLIENT_SECRET?: string;
readonly GITHUB_APP_PRIVATE_KEY?: string;
readonly GITHUB_APP_WEBHOOK_SECRET?: string;
readonly GITHUB_APP_SLUG?: string;
readonly GITHUB_APP_INSTALLATION_ID?: string;
readonly GITHUB_APP_OWNER?: string;
readonly SPOON_ENCRYPTION_KEY?: string;
readonly SPOON_WORKER_TOKEN?: string;
readonly [key: string]: string | undefined;
};
};