p6-cdk-gha-role
v0.1.1
Published
AWS CDK: An IAM Role for Github Actions to Assume
Downloads
212
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]