Skip to content

Commit 7776b87

Browse files
committed
build: update build script
1 parent b5436c1 commit 7776b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Deploy to jellyfin release repo
5757
uses: peaceiris/actions-gh-pages@v3
5858
with:
59-
deploy_key: ${{ secrets.PAT }}
59+
personal_token: ${{ secrets.PAT }}
6060
external_repository: cxfksword/jellyfin-release
6161
destination_dir: ${{ env.artifact }}
6262
publish_branch: master

0 commit comments

Comments
 (0)