diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index e73df00..008c33a 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} + ssh-key: ${{ secrets.DEPLOY_KEY }} - name: 📦 Setup Node.js uses: actions/setup-node@v4