Add agent workflows & stuff
This commit is contained in:
Vendored
+12
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user