diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdea107..2256520 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + ssh-key: ${{ secrets.DEPLOY_KEY }} - name: Create Changelog and Tag uses: TriPSs/conventional-changelog-action@v5