From 6af1f076e873bc32ebac1a984b5e8adbc3c5b8e0 Mon Sep 17 00:00:00 2001 From: METO Date: Tue, 7 Jan 2025 06:22:58 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20S3cmd=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E5=B0=86=E5=8C=BA=E5=9F=9F=E4=BB=8E=20'auth'=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=20'auto'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf8d6773..28c090c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: uses: s3-actions/s3cmd@v1.9.0 with: provider: cloudflare - region: 'auth' + region: 'auto' access_key: ${{ secrets.S3_ACCESS_KEY }} secret_key: ${{ secrets.S3_SECRET_KEY }} account_id: ${{ secrets.S3_ACCOUNT_ID }}