1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix: sign release commit and backmerge to develop

This commit is contained in:
Divlo
2021-07-27 21:01:33 +02:00
parent a2ad591d6d
commit 028815a7b6
6 changed files with 45 additions and 22 deletions

View File

@ -95,6 +95,13 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: 'Import GPG key'
uses: 'crazy-max/ghaction-import-gpg@v3.1.0'
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
git-user-signingkey: true
git-commit-gpgsign: true
- name: 'Use Node.js'
uses: 'actions/setup-node@v2.3.0'
with: