Skip to content

Commit

Permalink
fix: missing ci_iam_role parameter on some workflows (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdassonvil authored Mar 20, 2024
1 parent 448e092 commit dfc92ea
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ecs-restart-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
aws_region:
type: string
default: "eu-central-1"
ci_iam_role:
type: string
default: ""
environment:
type: string
required: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ecs-start-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
aws_region:
type: string
default: "eu-central-1"
ci_iam_role:
type: string
default: ""
desired_count:
type: number
default: 1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ecs-stop-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
aws_region:
type: string
default: "eu-central-1"
ci_iam_role:
type: string
default: ""
environment:
type: string
required: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rds-start-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
aws_region:
type: string
default: "eu-central-1"
ci_iam_role:
type: string
default: ""
db_instance:
type: string
required: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rds-stop-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
aws_region:
type: string
default: "eu-central-1"
ci_iam_role:
type: string
default: ""
db_instance:
type: string
required: true
Expand Down

0 comments on commit dfc92ea

Please sign in to comment.