Skip to content

Commit 8cf6921

Browse files
committed
understanding preset-passphrase
1 parent 816eb3d commit 8cf6921

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- "repos-rc*"
77

88
# [x] generate new GPG key and get it into secrets
9-
# - TODO put public key in repo
109
# - TODO test key flow
1110
# TODO get site repo checked out
1211
# TODO add packages to site, commit, push
@@ -52,7 +51,7 @@ jobs:
5251
echo "Resetting gpg-agent and ingesting passphrase"
5352
echo "allow-preset-passphrase" > ~/.gnupg/gpg-agent.conf
5453
gpg-connect-agent RELOADAGENT /bye
55-
echo ${{secrets.GPG_PASSPHRASE}} | /usr/lib/gnupg2/gpg-preset-passphrase --preset 6D05600E91B6B2104C6E291A2072C6F511C291AE
54+
echo ${{secrets.GPG_PASSPHRASE}} | /usr/lib/gnupg2/gpg-preset-passphrase --preset gh:ppp
5655
echo "Moving on to reprepro..."
5756
mkdir upload
5857
for file in *.deb ; do /usr/bin/reprepro --confdir="+b/script" includedeb stable $file ; done

0 commit comments

Comments
 (0)