Skip to content

Commit

Permalink
Merge pull request #20 from nextstrain/add-avian-flu
Browse files Browse the repository at this point in the history
Add `avian-flu` to supported pathogen repos
  • Loading branch information
joverlee521 authored Jun 7, 2024
2 parents e99b345 + 479fa4e commit 41cde05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,13 @@ pathogen-repo-build.yaml GitHub Actions workflow](https://github.com/nextstrain/
2. Plan, review, and apply changes using the `terraform` command. See synopsis
above, as well as [nextstrain.org's Terraform documentation][].

The plan summary should be "3 to add, 1 to change, 0 to destroy". Added
The plan summary should be "4 to add, 1 to change, 0 to destroy". Added
should be:

- `aws_iam_policy.NextstrainPathogen["repo-name"]`
- `aws_iam_role.GitHubActionsRoleNextstrainRepo["repo-name"]`
- `github_actions_repository_oidc_subject_claim_customization_template.nextstrain["repo-name"]`
- `github_repository_topics.pathogen["repo-name"]`

Changed should be:

Expand Down
1 change: 1 addition & 0 deletions env/production/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ locals {

pathogen_repos = tomap({
# pathogen name = [repo name, …]
"avian-flu" = ["avian-flu"],
"dengue" = ["dengue"],
"forecasts-ncov" = ["forecasts-ncov"],
"measles" = ["measles"],
Expand Down

0 comments on commit 41cde05

Please sign in to comment.