UNPKG

@cloudsnorkel/cdk-github-runners

Version:

CDK construct to create GitHub Actions self-hosted runners. Creates ephemeral runners on demand. Easy to deploy and highly customizable.

10 lines (9 loc) 213 B
/** * Clear the cache of webhook delivery failures. * * For unit testing purposes only. * * @internal */ export declare function clearFailuresCache(): void; export declare function handler(): Promise<void>;