Skip to content

Commit

Permalink
add s3 creds to monthly workflow for dra upload
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Nov 7, 2024
1 parent 9a62046 commit fd7a2e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/production-load-monthly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
DRAPWD: ${{ secrets.DRAPWD }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ENDPOINT_URL: https://nrs.objectstore.gov.bc.ca
AWS_S3_ENDPOINT: nrs.objectstore.gov.bc.ca
AWS_VIRTUAL_HOSTING: FALSE
AWS_EC2_METADATA_DISABLED: True
CPL_VSISTDIN_BUFFER_LIMIT: -1
jobs:
data-refresh:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fd7a2e2

Please sign in to comment.