Skip to content

Commit

Permalink
Fix bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
MPTG94 committed May 9, 2024
1 parent 99352e4 commit b33da73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
args: --acl private --exclude '.git/*'
env:
AWS_S3_BUCKET: s3://port-tf-provider-assets
AWS_S3_BUCKET: port-tf-provider-assets
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit b33da73

Please sign in to comment.