sync: pull changes from pullfrog/action

This commit is contained in:
pullfrog
2026-01-13 07:21:49 +00:00
committed by pullfrog[bot]
parent 79344c653d
commit 7c0d8c3311
2 changed files with 10 additions and 2 deletions
-1
View File
@@ -49,7 +49,6 @@ 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;