fix: correct gpg key secret name (#5932)

This commit is contained in:
Dean Sheather
2023-02-01 04:14:05 +10:00
committed by GitHub
parent aa53b86a2d
commit 480f3b6e43
+1 -1
View File
@@ -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