diff --git a/.github/workflows/_meta.yaml b/.github/workflows/_meta.yaml index 129adf25524..f53dd448b14 100644 --- a/.github/workflows/_meta.yaml +++ b/.github/workflows/_meta.yaml @@ -99,9 +99,9 @@ jobs: - name: Upload release archive to repo.jellyfin.org uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7 with: - host: ${{ secrets.REPO_HOST }} - username: ${{ secrets.REPO_USER }} - key: ${{ secrets.REPO_KEY }} + host: ${{ secrets.deploy-host }} + username: ${{ secrets.deploy-user }} + key: ${{ secrets.deploy-key }} source: artifact/* strip_components: 1 target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/${{ inputs.distro }}/${{ matrix.arch }} @@ -109,9 +109,9 @@ jobs: - name: Move incoming release into repository uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3 with: - host: ${{ secrets.REPO_HOST }} - username: ${{ secrets.REPO_USER }} - key: ${{ secrets.REPO_KEY }} + host: ${{ secrets.deploy-host }} + username: ${{ secrets.deploy-user }} + key: ${{ secrets.deploy-key }} envs: JELLYFIN_VERSION script_stop: true script: | diff --git a/.github/workflows/_meta_mac_portable.yaml b/.github/workflows/_meta_mac_portable.yaml index 88531e80f9e..a4b0cb8b8b7 100644 --- a/.github/workflows/_meta_mac_portable.yaml +++ b/.github/workflows/_meta_mac_portable.yaml @@ -92,9 +92,9 @@ jobs: - name: Upload release archive to repo.jellyfin.org uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7 with: - host: ${{ secrets.REPO_HOST }} - username: ${{ secrets.REPO_USER }} - key: ${{ secrets.REPO_KEY }} + host: ${{ secrets.deploy-host }} + username: ${{ secrets.deploy-user }} + key: ${{ secrets.deploy-key }} source: artifact/* strip_components: 1 target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/macos/${{ matrix.arch }} @@ -102,9 +102,9 @@ jobs: - name: Move incoming release into repository uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3 with: - host: ${{ secrets.REPO_HOST }} - username: ${{ secrets.REPO_USER }} - key: ${{ secrets.REPO_KEY }} + host: ${{ secrets.deploy-host }} + username: ${{ secrets.deploy-user }} + key: ${{ secrets.deploy-key }} envs: JELLYFIN_VERSION script_stop: true script: | diff --git a/.github/workflows/_meta_portable.yaml b/.github/workflows/_meta_portable.yaml index 9ef73d6325a..2774b328002 100644 --- a/.github/workflows/_meta_portable.yaml +++ b/.github/workflows/_meta_portable.yaml @@ -89,9 +89,9 @@ jobs: - name: Upload release archive to repo.jellyfin.org uses: appleboy/scp-action@917f8b81dfc1ccd331fef9e2d61bdc6c8be94634 # v0.1.7 with: - host: ${{ secrets.REPO_HOST }} - username: ${{ secrets.REPO_USER }} - key: ${{ secrets.REPO_KEY }} + host: ${{ secrets.deploy-host }} + username: ${{ secrets.deploy-user }} + key: ${{ secrets.deploy-key }} source: artifact/* strip_components: 1 target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/${{ inputs.os }}/${{ matrix.arch }} @@ -99,9 +99,9 @@ jobs: - name: Move incoming release into repository uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3 with: - host: ${{ secrets.REPO_HOST }} - username: ${{ secrets.REPO_USER }} - key: ${{ secrets.REPO_KEY }} + host: ${{ secrets.deploy-host }} + username: ${{ secrets.deploy-user }} + key: ${{ secrets.deploy-key }} envs: JELLYFIN_VERSION script_stop: true script: |