Skip to content

Commit

Permalink
Merge pull request #22 from nextstrain/fix-GitHubActionsRoleNextstrai…
Browse files Browse the repository at this point in the history
…nBatchJobs

Fix `GitHubActionsRoleNextstrainBatchJobs` role
  • Loading branch information
joverlee521 authored Jun 10, 2024
2 parents f69478e + cefc83e commit 814a7e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "aws_iam_role" "GitHubActionsRoleNextstrainBatchJobs" {
"token.actions.githubusercontent.com:aud": "sts.amazonaws.com",
"token.actions.githubusercontent.com:sub": flatten([
[for repo in keys(local.repo_pathogens):
"repo:nextstrain/${repo}:*:job_workflow_ref:nextstrain/.github/.github/workflows/pathogen-repo-build.yaml@*:workflow_ref:*"],
"repo:nextstrain/${repo}:*:job_workflow_ref:nextstrain/.github/.github/workflows/pathogen-repo-build.yaml@*"],

# Special case for seasonal flu repo which needs to download the private builds
# from AWS Batch before bundling/deploying them through Netlify.
Expand Down

0 comments on commit 814a7e4

Please sign in to comment.