Skip to content

Commit d32ebae

Browse files
committed
fix: setup signed commits
1 parent 592d8a0 commit d32ebae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/dhis2-verify-lib.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ jobs:
8787
node-version: 18.x
8888
cache: 'yarn'
8989

90+
- uses: dhis2/action-commit-signing@v1
91+
with:
92+
ssh-signing-key: ${{ secrets.DHIS2_BOT_SSH_SIGNING_KEY }}
93+
ssh-signing-key-passphrase: ${{ secrets.DHIS2_BOT_SSH_SIGNING_PASSPHRASE }}
94+
9095
- uses: actions/download-artifact@v4
9196
with:
9297
name: lib-build

0 commit comments

Comments
 (0)