From f615170346c6cdd1e393ebef3cf585845a5c4aab Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Mon, 8 Apr 2024 13:18:08 -0700 Subject: [PATCH] ingest-to-phylogenetic: Add AWS_DEFAULT_REGION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Uses the variable `AWS_DEFAULT_REGION` that I've added to the Nextstrain GitHub organization variables.¹ ¹ https://github.com/organizations/nextstrain/settings/variables/actions --- .github/workflows/ingest-to-phylogenetic.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ingest-to-phylogenetic.yaml b/.github/workflows/ingest-to-phylogenetic.yaml index 2d52afa..690e4f3 100644 --- a/.github/workflows/ingest-to-phylogenetic.yaml +++ b/.github/workflows/ingest-to-phylogenetic.yaml @@ -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"