We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c616d commit 91b9260Copy full SHA for 91b9260
1 file changed
.github/workflows/build.yml
@@ -96,10 +96,10 @@ jobs:
96
with:
97
gpg_private_key: ${{ steps.gpg.outputs.key }}
98
passphrase: ${{ steps.gpg.outputs.passphrase }}
99
+ trust_level: 5
100
-
101
name: Init pass
102
run: |
- echo -e "trust\n5\ny" | gpg --batch --no-tty --command-fd 0 --edit-key 7D851EB72D73BDA0
103
pass init 7D851EB72D73BDA0
104
shell: bash
105
0 commit comments