Skip to content

Commit 10c0760

Browse files
authored
Merge branch 'main' into eli-786/status_text_integration_tests_and_config
2 parents 0e18c12 + 277f769 commit 10c0760

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

infrastructure/stacks/iams-developer-roles/github_actions_policies.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,7 @@ data "aws_iam_policy_document" "regression_repo_assume_role" {
986986
values = [
987987
"repo:${var.github_org}/${var.regression_repo}:*",
988988
"repo:${var.github_org}/${var.github_repo}:*",
989+
"repo:${var.github_org}/${var.my_vaccines_repo}:*",
989990
]
990991
}
991992

infrastructure/stacks/iams-developer-roles/variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ variable "regression_repo" {
1515
description = "GitHub repository"
1616
type = string
1717
}
18+
19+
variable "my_vaccines_repo" {
20+
default = "vaccinations-app"
21+
description = "GitHub repository"
22+
type = string
23+
}

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ruff = "^0.14.10"
4242
docopt = "^0.6.2"
4343
jsonpath-rw = "^1.4.0"
4444
semver = "^3.0.4"
45-
gitpython = "^3.1.45"
45+
gitpython = "^3.1.47"
4646
pytest = "^9.0.3"
4747
pytest-asyncio = "^1.3.0"
4848
pytest-cov = "^7.0.0"

0 commit comments

Comments
 (0)