From 56262eb1c212150777f1673d0cce68d601a53121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Henrik=20=C3=98verland?= Date: Tue, 9 Jun 2026 11:11:56 +0200 Subject: [PATCH] chore: use dhis2/action-commit-signing --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e4beffe6e..44fc892ca1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,11 @@ jobs: with: token: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }} + - uses: dhis2/action-commit-signing@v1 + with: + ssh-signing-key: ${{ secrets.DHIS2_BOT_SSH_SIGNING_KEY }} + ssh-signing-key-passphrase: ${{ secrets.DHIS2_BOT_SSH_SIGNING_PASSPHRASE }} + - uses: actions/setup-node@v4 with: node-version: 18.x