We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 853ab80 + cac24f2 commit bad1135Copy full SHA for bad1135
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,11 @@ jobs:
27
with:
28
token: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}
29
30
+ - uses: dhis2/action-commit-signing@v1
31
+ with:
32
+ ssh-signing-key: ${{ secrets.DHIS2_BOT_SSH_SIGNING_KEY }}
33
+ ssh-signing-key-passphrase: ${{ secrets.DHIS2_BOT_SSH_SIGNING_PASSPHRASE }}
34
+
35
- uses: actions/setup-node@v4
36
37
node-version: 20.x
0 commit comments