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