From e803655dd2a73657dee7ed5331e7178d8b4b5027 Mon Sep 17 00:00:00 2001 From: Sumin Date: Tue, 27 Feb 2024 11:04:31 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20pages-action=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/admin-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/admin-deploy.yml b/.github/workflows/admin-deploy.yml index 322f705..f897dfd 100644 --- a/.github/workflows/admin-deploy.yml +++ b/.github/workflows/admin-deploy.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Publish to Cloudflare Pages - uses: cloudflare/pages-action@v1.5 + uses: cloudflare/pages-action@v1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}}