Skip to content

Commit

Permalink
pathogen-repo-build: Include AWS_DEFAULT_REGION in envdir
Browse files Browse the repository at this point in the history
Resolves #97
  • Loading branch information
joverlee521 committed Jun 18, 2024
1 parent 18e3f79 commit 4fc42a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pathogen-repo-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ jobs:
"$NEXTSTRAIN_GITHUB_DIR"/bin/write-envdir "$NEXTSTRAIN_RUNTIME_ENVDIR" \
AWS_ACCESS_KEY_ID \
AWS_SECRET_ACCESS_KEY \
AWS_DEFAULT_REGION \
${AWS_SESSION_TOKEN:+AWS_SESSION_TOKEN}
# This will overwrite the runtime AWS credential envvars configured above
# so if the build is using the aws-batch runtime, the Nextstrain CLI will
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pathogen-repo-build.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ jobs:
"$NEXTSTRAIN_GITHUB_DIR"/bin/write-envdir "$NEXTSTRAIN_RUNTIME_ENVDIR" \
AWS_ACCESS_KEY_ID \
AWS_SECRET_ACCESS_KEY \
AWS_DEFAULT_REGION \
${AWS_SESSION_TOKEN:+AWS_SESSION_TOKEN}

# This will overwrite the runtime AWS credential envvars configured above
Expand Down

0 comments on commit 4fc42a5

Please sign in to comment.