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 I've added to the
Nextstrain GitHub organization variables.¹

¹ https://github.com/organizations/nextstrain/settings/variables/actions
  • Loading branch information
joverlee521 committed Apr 8, 2024
1 parent cdd071e commit f615170
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/zika/metadata.tsv.zst"
Expand Down

0 comments on commit f615170

Please sign in to comment.