chore(workflow): names

This commit is contained in:
Mo
2022-06-24 07:59:16 -05:00
parent f0283f51f2
commit 5855e44870

View File

@@ -25,8 +25,8 @@ jobs:
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v4
with:
gpg_private_key: ${{ secrets.CI_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.CI_GPG_PASSPHRASE }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true