From 4257e4b7bc61128df555506cae2ef83cc6b347c0 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 8 Aug 2026 14:14:35 -0400 Subject: [PATCH] ci: Forgot this --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5a14474..ce38d20 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -112,7 +112,7 @@ jobs: env: ENDPOINT_URL: ${{ secrets.S3_CI_ENDPOINT_URL }} AWS_ACCESS_KEY_ID: "${{ env.AWS_ACCESS_KEY_ID }}" - AWS_SECRET_ACCESS_KEY: "{{ env.AWS_SECRET_ACCESS_KEY }}" + AWS_SECRET_ACCESS_KEY: "${{ env.AWS_SECRET_ACCESS_KEY }}" AWS_DEFAULT_REGION: "${{ env.AWS_DEFAULT_REGION }}" BUCK: ${{ env.S3_BUCKET }} continue-on-error: true