Revert "Add guardrails"

This reverts commit 8c24bc9c0b.
This commit is contained in:
Colin McDonnell
2026-01-12 23:43:57 -08:00
parent 6339eb43f8
commit 7e7733d0e3
2 changed files with 2 additions and 10 deletions
+1
View File
@@ -49,6 +49,7 @@ type ApiKeySetup =
export async function main(inputs: Inputs): Promise<MainResult> {
const timer = new Timer();
// `await using` ensures the token is automatically revoked when the function exits
await using tokenRef = await setupGitHubInstallationToken();
let payload: Payload | undefined;