Skip to content

Commit b41351d

Browse files
committed
ci: remove pinentry flag for noninteractive gpg signing
Signed-off-by: Devon Bautista <17506592+synackd@users.noreply.github.com>
1 parent 53df8de commit b41351d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-rpm.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ jobs:
8282
unset GPG_TTY
8383
echo "Signing source tarball with key: ${GPG_SIGNING_KEYID} (${GPG_SIGNING_FINGERPRINT})"
8484
gpg --batch --list-secret-keys --keyid-format LONG "${GPG_SIGNING_FINGERPRINT}"
85-
echo | gpg --batch --yes \
86-
--no-tty --pinentry-mode cancel \
85+
echo | gpg --batch --yes --no-tty \
8786
--armor --detach-sign \
8887
--local-user "${GPG_SIGNING_KEYID}" \
8988
--output ~/rpmbuild/SOURCES/openchami-${{ steps.get_version.outputs.version }}.tar.gz.asc \

0 commit comments

Comments
 (0)