diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e10190d..e295deb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,4 +33,4 @@ jobs: aws-region: ap-southeast-1 - name: Deploy static site to S3 bucket - run: aws s3 sync ./build s3://${{FRONTEND_BUCKET}} + run: aws s3 sync ./build s3://${{ secrets.FRONTEND_BUCKET }}