mirror of
https://github.com/jellyfin/jellyfin-plugin-kodisyncqueue.git
synced 2024-11-26 23:10:26 +00:00
update secrets
This commit is contained in:
parent
1531fddedb
commit
2762b16c8b
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@ -13,6 +13,6 @@ jobs:
|
|||||||
version: ${{ github.event.release.tag_name }}
|
version: ${{ github.event.release.tag_name }}
|
||||||
is-unstable: ${{ github.event.release.prerelease }}
|
is-unstable: ${{ github.event.release.prerelease }}
|
||||||
secrets:
|
secrets:
|
||||||
deploy-host: ${{ secrets.DEPLOY_HOST }}
|
deploy-host: ${{ secrets.REPO_HOST }}
|
||||||
deploy-user: ${{ secrets.DEPLOY_USER }}
|
deploy-user: ${{ secrets.REPO_USER }}
|
||||||
deploy-key: ${{ secrets.DEPLOY_KEY }}
|
deploy-key: ${{ secrets.REPO_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user