From d9af387a69502de65ca60e5508c29bb9e67e37bd Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Mon, 7 Mar 2022 08:46:46 +0100 Subject: [PATCH] updated public key url [ci skip] --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5a241da4..a24342da3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -273,9 +273,7 @@ jobs: sudo apt-get update sudo apt-get install dput - name: import public key - run: curl -sSL ${GPG_PUBLIC_KEY_URL} | gpg --import - - env: - GPG_PUBLIC_KEY_URL: https://gist.githubusercontent.com/cryptobot/211111cf092037490275f39d408f461a/raw/E6E6A235.asc + run: curl -sSL https://github.com/cryptobot.gpg | gpg --import - - name: download linux-deb-package uses: actions/download-artifact@v2 with: