Skip to content

Commit 2c89316

Browse files
authored
fix: add GH_TOKEN to release workflow (#135)
1 parent 46849a5 commit 2c89316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
APPCAST_GCS_URI: gs://releases.coder.com/coder-desktop/windows/appcast.xml
167167
APPCAST_SIGNATURE_GCS_URI: gs://releases.coder.com/coder-desktop/windows/appcast.xml.signature
168168
APPCAST_SIGNATURE_KEY_BASE64: ${{ secrets.APPCAST_SIGNATURE_KEY_BASE64 }}
169+
GH_TOKEN: ${{ github.token }}
169170
GCLOUD_ACCESS_TOKEN: ${{ steps.gcloud_auth.outputs.access_token }}
170171

171172
winget:

0 commit comments

Comments
 (0)