Interface GuGithubActionsRepositoryCondition

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

Properties

githubOrganisation: string

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

repositories?: string

Repositories to constrain the IAM Role to.