We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46849a5 commit 2c89316Copy full SHA for 2c89316
.github/workflows/release.yaml
@@ -166,6 +166,7 @@ jobs:
166
APPCAST_GCS_URI: gs://releases.coder.com/coder-desktop/windows/appcast.xml
167
APPCAST_SIGNATURE_GCS_URI: gs://releases.coder.com/coder-desktop/windows/appcast.xml.signature
168
APPCAST_SIGNATURE_KEY_BASE64: ${{ secrets.APPCAST_SIGNATURE_KEY_BASE64 }}
169
+ GH_TOKEN: ${{ github.token }}
170
GCLOUD_ACCESS_TOKEN: ${{ steps.gcloud_auth.outputs.access_token }}
171
172
winget:
0 commit comments