From 48c9e4afc9edb244b0b4a9c5c7abebeb1cd71598 Mon Sep 17 00:00:00 2001 From: Raphael Schweikert Date: Wed, 16 Oct 2024 18:29:01 +0200 Subject: [PATCH] revert: re-add deploy key --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) 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