Actions - missing gpg for nightly version bump

This commit is contained in:
Igor Pečovnik 2021-06-18 11:03:40 +02:00 committed by GitHub
parent 43a38bae9e
commit 0f68faa917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,6 +327,16 @@ jobs:
sudo touch .tmp/bump
fi
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_KEY2 }}
passphrase: ${{ secrets.GPG_PASSPHRASE2 }}
workdir: build
git-user-signingkey: true
git-commit-gpgsign: true
- name: Bump version
if: ${{ success() }}