p6-cdk-gha-role
v0.1.44
Published
AWS CDK: An IAM Role for Github Actions to Assume
Readme
DESC
P6CDKGHARole
LICENSE
Other
Usage
...
import { P6CDKGHARole } from 'p6-cdk-gha-role';
new P6CDKGHARole(this, 'P6CDKGHARole', {
principle: arn,
repo: 'org/repo',
policies: []
});Architecture

Author
Philip M. Gollucci [email protected]
