From 852fe76b5fe5a05a5d1895b3d2377733f9f1fddc Mon Sep 17 00:00:00 2001 From: Libin YANG Date: Wed, 23 Apr 2025 21:01:33 +0800 Subject: [PATCH] chore: update workflow --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75f2788abda2e..c9d1ff08444c5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,7 +72,6 @@ jobs: with: path: ./site - # Deployment job deploy: needs: build permissions: @@ -86,5 +85,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }}