Skip to content

Commit

Permalink
chore: add aws region to support uploads of build versions to s3 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman authored Dec 7, 2023
1 parent 83678e6 commit 64e012a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
SDK_TEAM_AWS_ID: ${{ secrets.SDK_TEAM_AWS_ID }}
SDK_TEAM_AWS_SECRET: ${{ secrets.SDK_TEAM_AWS_SECRET }}
SDK_TEAM_S3_BASE_URL: ${{ secrets.SDK_TEAM_S3_BASE_URL }}
SDK_TEAM_AWS_REGION: ${{ secrets.SDK_TEAM_AWS_REGION }}

0 comments on commit 64e012a

Please sign in to comment.