Skip to content

Commit

Permalink
ingest-to-phylogenetic: Add AWS_DEFAULT_REGION
Browse files Browse the repository at this point in the history
Uses the variable `AWS_DEFAULT_REGION` that @joverlee521 added to the
Nextstrain GitHub organization variables.¹

¹ https://github.com/organizations/nextstrain/settings/variables/actions

Copied fix from zika, guided by @joverlee521

nextstrain/zika@cdd071e
  • Loading branch information
j23414 committed Apr 9, 2024
1 parent 69b6d60 commit 02504d6
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/dengue/metadata_all.tsv.zst"
Expand Down

0 comments on commit 02504d6

Please sign in to comment.