Skip to content

Commit

Permalink
Add --trust-model always
Browse files Browse the repository at this point in the history
  • Loading branch information
kbielefe authored Oct 25, 2024
1 parent 1b4d33a commit e33cf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
EOF
- name: Encrypt secret
run: |
echo ${{ secrets.OSSRH_USERNAME }} | gpg --batch --yes --encrypt --armor --recipient "[email protected]" --no-tty
echo ${{ secrets.OSSRH_USERNAME }} | gpg --trust-model always --batch --yes --encrypt --armor --recipient "[email protected]" --no-tty

0 comments on commit e33cf90

Please sign in to comment.