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 ea29253 commit a51d46eCopy full SHA for a51d46e
.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