Skip to content

Commit 814c177

Browse files
chore: testing gpg passphrase
1 parent dccbc9d commit 814c177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
cat <(echo -e "${{ secrets.GPG_SECRET_KEY }}") | gpg --batch --import
2424
gpg --list-secret-keys --keyid-format LONG
25+
gpg --pinentry-mode loopback --passphrase "${{ secrets.GPG_PASSWORD_KEY }}" --sign teste.txt
2526
- id: publish-to-central
2627
name: Publish to Central Repository
2728
env:

0 commit comments

Comments
 (0)