Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Update Bucket env variable syntax (#1042)
Browse files Browse the repository at this point in the history
* add v3 workflow to default branch

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>

* uncomment unix-smoke-test

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>

* update AWS secrets

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>

* update AWS secrets

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>

* update bucket env variable syntax

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed Sep 15, 2021
1 parent 1eb4394 commit 5580033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ jobs:
aws-region: sa-east-1

- name: Upload files
run: aws s3 sync --follow-symlinks $GITHUB_WORKSPACE s3://$AWS_S3_BUCKET_V3
run: aws s3 sync --follow-symlinks $GITHUB_WORKSPACE s3://$AWS_S3_BUCKET
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET_V3 }}

Expand Down

0 comments on commit 5580033

Please sign in to comment.