We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816eb3d commit 8cf6921Copy full SHA for 8cf6921
1 file changed
.github/workflows/linux.yml
@@ -6,7 +6,6 @@ on:
6
- "repos-rc*"
7
8
# [x] generate new GPG key and get it into secrets
9
-# - TODO put public key in repo
10
# - TODO test key flow
11
# TODO get site repo checked out
12
# TODO add packages to site, commit, push
@@ -52,7 +51,7 @@ jobs:
52
51
echo "Resetting gpg-agent and ingesting passphrase"
53
echo "allow-preset-passphrase" > ~/.gnupg/gpg-agent.conf
54
gpg-connect-agent RELOADAGENT /bye
55
- echo ${{secrets.GPG_PASSPHRASE}} | /usr/lib/gnupg2/gpg-preset-passphrase --preset 6D05600E91B6B2104C6E291A2072C6F511C291AE
+ echo ${{secrets.GPG_PASSPHRASE}} | /usr/lib/gnupg2/gpg-preset-passphrase --preset gh:ppp
56
echo "Moving on to reprepro..."
57
mkdir upload
58
for file in *.deb ; do /usr/bin/reprepro --confdir="+b/script" includedeb stable $file ; done
0 commit comments