Skip to content

Commit

Permalink
ingest-to-phylogenetic: Add AWS_DEFAULT_REGION
Browse files Browse the repository at this point in the history
Follows Zika PR #52
nextstrain/zika@f615170

Uses the variable `AWS_DEFAULT_REGION` that was added to the
Nextstrain GitHub organization variables.¹

¹ https://github.com/organizations/nextstrain/settings/variables/actions
  • Loading branch information
kimandrews committed Apr 10, 2024
1 parent ec566f9 commit 671df77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ingest-to-phylogenetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
steps:
- name: Get sha256sum
id: get-sha256sum
env:
AWS_DEFAULT_REGION: ${{ vars.AWS_DEFAULT_REGION }}
run: |
s3_urls=(
"s3://nextstrain-data/files/workflows/measles/metadata.tsv.zst"
Expand Down

0 comments on commit 671df77

Please sign in to comment.