diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c493b08..ab3070f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ssh-key: ${{ secrets.DEPLOY_KEY }} - name: Setup Node.js uses: actions/setup-node@v4 @@ -46,7 +45,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ssh-key: ${{ secrets.DEPLOY_KEY }} - name: Setup Node.js uses: actions/setup-node@v4