We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a710f3d commit c1c6a3bCopy full SHA for c1c6a3b
.github/workflows/reusable-update-flake-lock.yml
@@ -39,9 +39,6 @@ on:
39
GIT_GPG_SIGNING_SECRET_KEY:
40
description: GPG secret key used to sign commits
41
required: false
42
- GIT_GPG_SIGNING_PASSPHRASE:
43
- description: GPG passphrase for secret key
44
- required: false
45
46
outputs:
47
pr-url:
@@ -82,12 +79,10 @@ jobs:
82
79
if: ${{ inputs.sign-commits }}
83
80
env:
84
81
GIT_GPG_SIGNING_SECRET_KEY: ${{ secrets.GIT_GPG_SIGNING_SECRET_KEY }}
85
- GIT_GPG_SIGNING_PASSPHRASE: ${{ secrets.GIT_GPG_SIGNING_PASSPHRASE }}
86
run: |
87
echo "$GIT_GPG_SIGNING_SECRET_KEY" \
88
| gpg --batch --yes \
89
--pinentry-mode loopback \
90
- --passphrase "$GIT_GPG_SIGNING_PASSPHRASE" \
91
--import
92
git config --local user.signingkey "${{ vars.GIT_GPG_SIGNING_KEY_ID }}"
93
0 commit comments