Skip to content

Commit

Permalink
Fix secret names
Browse files Browse the repository at this point in the history
  • Loading branch information
lyarenei committed Sep 1, 2024
1 parent 2a8e671 commit 02f4b74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-upload-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
repo: "jellyfin-dev"
secrets:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}

publish:
Expand All @@ -39,5 +39,5 @@ jobs:
repo: "jellyfin-dev"
secrets:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/build-upload-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
repo: "jellyfin"
secrets:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}

publish:
Expand All @@ -40,5 +40,5 @@ jobs:
repo: "jellyfin"
secrets:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}

0 comments on commit 02f4b74

Please sign in to comment.