From f761ec3e7ddd71ee9155e2917e58aa1d988013e0 Mon Sep 17 00:00:00 2001 From: Rain120 <1085131904@qq.com> Date: Wed, 11 Sep 2024 19:31:55 +0800 Subject: [PATCH] feat: workflow --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 295cb2c..79ef0a4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,5 +70,6 @@ jobs: - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4 with: + token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy. \ No newline at end of file