@guardian/cdk
    Preparing search index...

    Interface GuGithubActionsRepositoryCondition

    interface GuGithubActionsRepositoryCondition {
        githubOrganisation: string;
        repositories?: string;
    }
    Index

    Properties

    githubOrganisation: string

    The GitHub organisation/user to constrain the IAM Role to.

    repositories?: string

    Repositories to constrain the IAM Role to.