From 7776b87e184563b18c06557e1df0ba382fa240d9 Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Fri, 24 Nov 2023 23:42:04 +0800 Subject: [PATCH] build: update build script --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index af66da5..e09b3d6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -56,7 +56,7 @@ jobs: - name: Deploy to jellyfin release repo uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.PAT }} + personal_token: ${{ secrets.PAT }} external_repository: cxfksword/jellyfin-release destination_dir: ${{ env.artifact }} publish_branch: master