From aaa1444dad24733750ee3a87fa736ac13cd7d025 Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Wed, 29 Jul 2020 22:24:16 -0400 Subject: [PATCH] Update main.yml updated bucket name --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e6937e..e5591ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,4 +25,4 @@ jobs: AWS_DEFAULT_REGION: us-east1 AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_SECRET }} run: | - aws s3 sync ./docs s3://${{ secrets.S3_BUCKET_NAME }} --delete; + aws s3 sync ./docs s3://conductor.5sigma.io --delete;