We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5436c1 commit 7776b87Copy full SHA for 7776b87
.github/workflows/publish.yaml
@@ -56,7 +56,7 @@ jobs:
56
- name: Deploy to jellyfin release repo
57
uses: peaceiris/actions-gh-pages@v3
58
with:
59
- deploy_key: ${{ secrets.PAT }}
+ personal_token: ${{ secrets.PAT }}
60
external_repository: cxfksword/jellyfin-release
61
destination_dir: ${{ env.artifact }}
62
publish_branch: master
0 commit comments