From e755cec47a7c329d25a0ea71fd0491e527e6458c Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 25 Jul 2022 17:47:06 -0400 Subject: [PATCH] feat(goreleaser): sign nfpm packages --- .github/workflows/goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index a958106..fe609e2 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -19,3 +19,5 @@ jobs: goreleaser_key: ${{ secrets.GORELEASER_KEY }} aur_key: ${{ secrets.AUR_KEY }} fury_token: ${{ secrets.FURY_TOKEN }} + nfpm_gpg_key: ${{ secrets.NFPM_GPG_KEY }} + nfpm_passphrase: ${{ secrets.NFPM_PASSPHRASE }}