Skip to content

Commit

Permalink
Merge branch 'trs/pathogen-repo-build/missing-session-token-ok'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed May 22, 2024
2 parents 0432ba2 + e3f5b74 commit 5ab8d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pathogen-repo-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
"$NEXTSTRAIN_GITHUB_DIR"/bin/write-envdir "$NEXTSTRAIN_RUNTIME_ENVDIR" \
AWS_ACCESS_KEY_ID \
AWS_SECRET_ACCESS_KEY \
AWS_SESSION_TOKEN
${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
# have access to the AWS Batch session credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pathogen-repo-build.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
"$NEXTSTRAIN_GITHUB_DIR"/bin/write-envdir "$NEXTSTRAIN_RUNTIME_ENVDIR" \
AWS_ACCESS_KEY_ID \
AWS_SECRET_ACCESS_KEY \
AWS_SESSION_TOKEN
${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

0 comments on commit 5ab8d7a

Please sign in to comment.