From 5855e448704cd0d4a99ea8e613f2cbd2c730abfc Mon Sep 17 00:00:00 2001 From: Mo Date: Fri, 24 Jun 2022 07:59:16 -0500 Subject: [PATCH] chore(workflow): names --- .github/workflows/snjs.upgrade.event.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snjs.upgrade.event.yml b/.github/workflows/snjs.upgrade.event.yml index 751aafd2e..6e667614f 100644 --- a/.github/workflows/snjs.upgrade.event.yml +++ b/.github/workflows/snjs.upgrade.event.yml @@ -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