From 480f3b6e43a4238e67743d6e159e6ccf752e56f1 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Wed, 1 Feb 2023 05:14:05 +1100 Subject: [PATCH] fix: correct gpg key secret name (#5932) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aa86ec2574..d58d3c2d8a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -214,7 +214,7 @@ jobs: ./build/*.rpm env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CODER_GPG_RELEASE_KEY_BASE64: ${{ secrets.CODER_GPG_RELEASE_KEY_BASE64 }} + CODER_GPG_RELEASE_KEY_BASE64: ${{ secrets.GPG_RELEASE_KEY_BASE64 }} - name: Authenticate to Google Cloud uses: google-github-actions/auth@v1