Skip to content

Commit

Permalink
Update GHAs
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Aug 29, 2023
1 parent 4da307b commit 20a9637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ jobs:
with:
args: --follow-symlinks --delete # --acl public-read is on by default for the bucket
env:
# https://us-east-1.console.aws.amazon.com/iamv2/home?region=us-east-1#/users
AWS_S3_BUCKET: ${{ env.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'eu-west-3'
AWS_REGION: 'eu-west-1'
SOURCE_DIR: './build/production/OwsInspector'

0 comments on commit 20a9637

Please sign in to comment.