Skip to content

Commit

Permalink
Merge pull request #95: update-ncov-case-counts: Use GitHub org varia…
Browse files Browse the repository at this point in the history
…ble for AWS region
  • Loading branch information
victorlin authored Apr 9, 2024
2 parents a2fa5de + 4117c22 commit d179038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ncov-case-counts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
./ingest/vendored/upload-to-s3 global_case_counts.tsv "$S3_DST"/global.tsv.gz $CLOUDFRONT_DOMAIN
env:
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
AWS_DEFAULT_REGION: ${{ vars.AWS_DEFAULT_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
TRIAL_NAME: ${{ github.event.inputs.trial_name }}
Expand Down

0 comments on commit d179038

Please sign in to comment.