Skip to content

Commit 80a457b

Browse files
Merge pull request #815 from Cypherock/fix/mixpanel-token-ci
fix: typo fix on workflow
2 parents 8125fc5 + 9c77070 commit 80a457b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
NODE_OPTIONS: '--max-old-space-size=8192'
1212
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
13-
MIXPANEL_TOKEN_PROD: ${{ secrets.MIXPANEL_TOKEN_PROD }}M
13+
MIXPANEL_TOKEN_PROD: ${{ secrets.MIXPANEL_TOKEN_PROD }}
1414
APP_NAME: '@cypherock/cysync-desktop'
1515
CHANNEL: 'latest'
1616

0 commit comments

Comments
 (0)