Use ghaction-import-gpg fork.

This commit is contained in:
/dev/urandom 2020-10-27 23:37:32 +01:00
parent ec3623e43f
commit d7990d3b44
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -23,7 +23,7 @@ jobs:
# Set up committer info and GPG key # Set up committer info and GPG key
- name: Import GPG key - name: Import GPG key
id: import_gpg id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3 uses: XLabsProject/ghaction-import-gpg@25d9d6ab99eb355c169c33c2306a72df85d9f516
with: with:
git-commit-gpgsign: true git-commit-gpgsign: true
git-committer-email: "${{ secrets.XLABS_CI_EMAIL }}" git-committer-email: "${{ secrets.XLABS_CI_EMAIL }}"