From d9530d376d651cf42e32465b3a46dfc5d802ccc6 Mon Sep 17 00:00:00 2001 From: Diego Pascual Date: Fri, 27 Oct 2023 10:58:26 +0200 Subject: [PATCH] ci: use `AWS_TEST_BUCKET` (#347) --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 80783149..a9872e40 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ jobs: uses: ./.github/actions/deploy with: aws_role: ${{ secrets.AWS_ROLE_TEST_ACCOUNT }} - aws_deploy_path: ${{ secrets.TEST_BUCKET }}/preview/${{ github.event.number }} + aws_deploy_path: ${{ secrets.AWS_TEST_BUCKET }}/preview/${{ github.event.number }} aws_s3_sync_args: --include '*' --exclude '*/*' aws_s3_cache: no-store cloudfront_distribution_id: ${{ secrets.CLOUDFRONT_ID_TEST }}