From 00c55fbe84cc2effa6c71631ba146689521f20b5 Mon Sep 17 00:00:00 2001 From: Ridho Perdana Date: Tue, 17 Dec 2024 21:28:17 +0700 Subject: [PATCH] chore: fix command --- .github/workflows/wrangler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index b0b369b..c791ec7 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -15,5 +15,5 @@ jobs: uses: cloudflare/wrangler-action@v3 with: preCommands: npm run build - command: wrangler pages deploy dist + command: pages deploy dist apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} \ No newline at end of file