mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-26 23:20:36 +00:00
update secrets
This commit is contained in:
parent
e0a789da14
commit
10cea094b5
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