feat: PGP sign the checksum file in releases (#5757)

This commit is contained in:
Dean Sheather
2023-01-18 04:45:27 +10:00
committed by GitHub
parent b19d644162
commit 53c456a442
4 changed files with 143 additions and 3 deletions
+1
View File
@@ -214,6 +214,7 @@ jobs:
./build/*.rpm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CODER_GPG_RELEASE_KEY_BASE64: ${{ secrets.CODER_GPG_RELEASE_KEY_BASE64 }}
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1