From 9a58ca1b7c902c9c84007a24c43691d6323fc7b7 Mon Sep 17 00:00:00 2001 From: nopeitsnothing Date: Sun, 19 Apr 2026 00:27:35 -0400 Subject: [PATCH] The GPG bit fails, let's try again pt2 Signed-off-by: nopeitsnothing --- .github/workflows/build-sign-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-sign-release.yml b/.github/workflows/build-sign-release.yml index 80002d7..c0cdab7 100644 --- a/.github/workflows/build-sign-release.yml +++ b/.github/workflows/build-sign-release.yml @@ -98,9 +98,6 @@ jobs: # Verify signatures were created ls -la export/*.sig 2>/dev/null || echo "No signature files found in export/" - env: - GPG_KEY: ${{ secrets.GPG_PRIVATE_KEY }} - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - name: 🦠 Upload PDFs to VirusTotal uses: crazy-max/ghaction-virustotal@v5