From d2ed1434d3c498b4aecf3c1ad3f380e1a63d6d1c Mon Sep 17 00:00:00 2001 From: Kslr Date: Sun, 8 Nov 2020 17:50:00 +0800 Subject: [PATCH] update debian gpg --- .github/workflows/deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 576c30ccf..cc30b764d 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -39,7 +39,7 @@ jobs: if: github.event_name == 'release' && !contains(github.ref, 'pre') run: | git clone https://github.com/v2fly/debian.git archive - echo ${{ secrets.GPG_KEY }} | base64 -d > private.key + echo ${{ secrets.DEBIAN_GPG_PRIVE }} | base64 -d > private.key gpg --import private.key cd archive git config --local user.name "${{ github.actor }}"