From fa4f8b928649a7b7e30e8dee528f5fa7d24ce1e3 Mon Sep 17 00:00:00 2001 From: Tommie Gannert Date: Sat, 11 Sep 2021 13:01:30 +0200 Subject: [PATCH] Signing attempt #2. --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff56979..0f902ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,11 +34,10 @@ jobs: - name: Set up GPG keys run: | echo "${{ secrets.GPG_SIGNING_KEY }}" | gpg --quiet --batch --yes --import - echo "echo ${{ secrets.GPG_SIGNING_PASSPHRASE }}" >/tmp/gpg-pinentry - chmod 700 /tmp/gpg-pinentry + gpg-connect-agent "PRESET_PASSPHRASE tommie/innernet-debian -1 $(${{ secrets.GPG_SIGNING_PASSPHRASE }} | od -An -w256 -tx1 | tr -d ' ')" /bye - name: Download and include package files - run: gpg-agent --pinentry-program /tmp/gpg-pinentry --daemon ./addlatest + run: ./addlatest - name: Push changes uses: ad-m/github-push-action@v0.6.0