We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1a3ad commit 92a01c2Copy full SHA for 92a01c2
.github/workflows/build.yaml
@@ -19,15 +19,6 @@ jobs:
19
role-to-assume: arn:aws:iam::200049542062:role/gocapture/GithubRole
20
aws-region: us-west-1
21
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
-
31
- name: Set ECR Stack Name
32
id: ecr-stack-name
33
run: echo ECR_STACK_NAME=GoCaptureECR >> $GITHUB_OUTPUT
0 commit comments