From f23684ec86036f9d5b8582dc8127afee7426da12 Mon Sep 17 00:00:00 2001 From: Aoibhe Wilson Date: Wed, 16 Oct 2024 18:03:37 +0200 Subject: [PATCH] ci(meta): add deploy key to release action --- .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