diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5fe486b..5b97899 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - token: ${{ secrets.DEPLOY_KEY }} + ssh-key: ${{ secrets.DEPLOY_KEY }} ref: main fetch-depth: 0 - name: Set up Python