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 9, 2024
1 parent 7af89b1 commit 0b8a78e
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 @@ -80,6 +80,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 0b8a78e

Please sign in to comment.