From d2cfe6b027523568f4164500f492efa9ced9ea95 Mon Sep 17 00:00:00 2001 From: Denis Arslanbekov Date: Thu, 25 Aug 2022 18:01:47 +0300 Subject: [PATCH] update github-actions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ef9677..c9f5d40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v5.1.0 - env: + with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }}