From c288ff83648ea85deea5edd556372b34889366d1 Mon Sep 17 00:00:00 2001 From: "Lorenzo Carbonell a.k.a. atareao" Date: Sat, 7 Sep 2024 08:20:20 +0200 Subject: [PATCH] pass --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 298189a..dc65dea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,5 +15,6 @@ jobs: with: repository: "atareao/atareao" gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }} + gpg_passphrase: ${{ secrets.PPA_GPG_PASSPHRASE }} deb_email: "atareao@atareao.es" deb_fullname: "Lorenzo Carbonell"