UNPKG

@bifravst/ci

Version:

Sets up the permissions in our CI account for all repositories in this account to be able to use it for CI runs.

8 lines (7 loc) 242 B
import type { IAMClient } from '@aws-sdk/client-iam'; /** * Returns the ARN of the OpenID Connect provider for GitHub of the account. */ export declare const ensureGitHubOIDCProvider: ({ iam, }: { iam: IAMClient; }) => Promise<string>;