Skip to content

Commit 92a01c2

Browse files
committed
Don't deploy GithubRole from pipeline
1 parent 8d1a3ad commit 92a01c2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ jobs:
1919
role-to-assume: arn:aws:iam::200049542062:role/gocapture/GithubRole
2020
aws-region: us-west-1
2121

22-
- name: Deploy Github Role
23-
uses: aws-actions/aws-cloudformation-github-deploy@v1
24-
with:
25-
name: GoCaptureGithubRole
26-
template: cloud-formation/github-role.yaml
27-
parameter-overrides: "Repository=${{ github.repository }}"
28-
capabilities: CAPABILITY_NAMED_IAM
29-
no-fail-on-empty-changeset: 1
30-
3122
- name: Set ECR Stack Name
3223
id: ecr-stack-name
3324
run: echo ECR_STACK_NAME=GoCaptureECR >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)