diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 80483cf..3676b4a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 }}