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.

10 lines (9 loc) 318 B
import type { App } from 'aws-cdk-lib'; import { Stack } from 'aws-cdk-lib'; import type { Repos } from './listRepos.js'; export declare class CIStack extends Stack { constructor(parent: App, name: string, { repos, gitHubOICDProviderArn, }: { gitHubOICDProviderArn: string; repos: Repos; }); }