Skip to content

Commit

Permalink
Merge pull request #7106 from ministryofjustice/date_2024_05_28
Browse files Browse the repository at this point in the history
GitHub Actions Code Formatter workflow
  • Loading branch information
dms1981 authored May 28, 2024
2 parents 7cb7493 + 00fda51 commit f1a1658
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environments/delius-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"github_slug": "hmpps-migration",
"level": "sandbox",
"nuke": "exclude",
"github_action_reviewer" : "true"
"github_action_reviewer": "true"
},
{
"github_slug": "hmpps-dba",
Expand All @@ -20,7 +20,7 @@
"github_slug": "unilink",
"level": "developer",
"nuke": "exclude",
"github_action_reviewer" : "true"
"github_action_reviewer": "true"
}
]
},
Expand Down
5 changes: 4 additions & 1 deletion environments/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"infrastructure-support": "[email protected]",
"owner": "Modernisation Platform: [email protected]"
},
"github-oidc-team-repositories": ["ministryofjustice/modernisation-platform","ministryofjustice/modernisation-platform-configuration-management"],
"github-oidc-team-repositories": [
"ministryofjustice/modernisation-platform",
"ministryofjustice/modernisation-platform-configuration-management"
],
"go-live-date": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ data "aws_iam_policy_document" "data_engineering_additional" {
sid = ""
effect = "Allow"
actions = ["iam:PassRole"]
resources = ["arn:aws:iam::${local.environment_management.account_ids["analytical-platform-data-production"]}:role/data-first-data-science","arn:aws:iam::${local.environment_management.account_ids["electronic-monitoring-data-production"]}:role/glue-notebook-role-tf"]
resources = ["arn:aws:iam::${local.environment_management.account_ids["analytical-platform-data-production"]}:role/data-first-data-science", "arn:aws:iam::${local.environment_management.account_ids["electronic-monitoring-data-production"]}:role/glue-notebook-role-tf"]
}
}

Expand Down

0 comments on commit f1a1658

Please sign in to comment.