|
45 | 45 | GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }} |
46 | 46 | with: |
47 | 47 | jobs_timeout_minutes: 60 |
48 | | - repo_config: true |
49 | 48 | repo_description: "AWS/GitOps automation" |
50 | 49 | repo_enable_auto_merge: true |
51 | 50 | repo_enable_merge_commit: true |
52 | | - cloudformation_templates: > |
53 | | - { |
54 | | - "stacks": [ |
55 | | - { |
56 | | - "name": "github-oidc-belodetek", |
57 | | - "template": "aws/aws-cf-templates/operations/github-openid-connect.yaml", |
58 | | - "params": [ |
59 | | - "GitHubRestriction=repo:belodetek/cfn-generic-custom-resource:*,repo:belodetek/.github:*", |
60 | | - "RoleMaxSessionDuration=43200", |
61 | | - "ManagedPolicyArns=arn:aws:iam::aws:policy/AWSCloudFormationFullAccess,arn:aws:iam::aws:policy/AmazonS3FullAccess,arn:aws:iam::aws:policy/IAMFullAccess,arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryPowerUser,arn:aws:iam::aws:policy/AmazonElasticContainerRegistryPublicPowerUser" |
62 | | - ], |
63 | | - "tags": [ |
64 | | - "Name=github-oidc", |
65 | | - "Environment=belodetek", |
66 | | - "cost-function=shared", |
67 | | - "cost-type=iam" |
68 | | - ], |
69 | | - "capabilities": [ |
70 | | - "CAPABILITY_IAM", |
71 | | - "CAPABILITY_NAMED_IAM" |
72 | | - ], |
73 | | - "role": "arn:aws:iam::312433241086:role/github-oidc-belodetek-Role-exdwzug18ntp" |
74 | | - }, |
75 | | - { |
76 | | - "name": "cloudformation-s3-resources-playground", |
77 | | - "template": "aws/aws-cf-templates/state/s3.yaml", |
78 | | - "params": [ |
79 | | - "BucketName=cfn-601eb2aa-79a1-11ee-a866-0efcede062c7-us-east-1", |
80 | | - "Versioning=false" |
81 | | - ], |
82 | | - "tags": [ |
83 | | - "Name=cloudformation-s3-resources", |
84 | | - "Environment=belodetek", |
85 | | - "cost-function=shared", |
86 | | - "cost-type=cloudformation" |
87 | | - ], |
88 | | - "capabilities": [ |
89 | | - "CAPABILITY_IAM", |
90 | | - "CAPABILITY_NAMED_IAM" |
91 | | - ], |
92 | | - "role": "arn:aws:iam::312433241086:role/github-oidc-belodetek-Role-exdwzug18ntp" |
93 | | - } |
94 | | - ] |
95 | | - } |
0 commit comments