Skip to content

Commit a7f57f8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +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
25+
gpg --pinentry-mode loopback --passphrase "${{ secrets.GPG_PASSWORD_KEY }}" --sign README.md
2626
- id: publish-to-central
2727
name: Publish to Central Repository
2828
env:

0 commit comments

Comments
 (0)