We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161a65f commit 5793c6bCopy full SHA for 5793c6b
1 file changed
.github/workflows/build.yml
@@ -93,11 +93,11 @@ jobs:
93
with:
94
gpg_private_key: ${{ steps.gpg.outputs.key }}
95
passphrase: ${{ steps.gpg.outputs.passphrase }}
96
+ trust_level: 5
97
-
98
name: Init pass
99
if: ${{ !startsWith(matrix.os, 'windows-') }}
100
run: |
- echo -e "trust\n5\ny" | gpg --batch --no-tty --command-fd 0 --edit-key 7D851EB72D73BDA0
101
pass init 7D851EB72D73BDA0
102
shell: bash
103
0 commit comments