Skip to content

Commit

Permalink
remove reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed Oct 23, 2023
1 parent 8308032 commit 060de66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/electron-builder-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const prodConfig: Configuration = {
vPrefixedTagName: false,
// Following lines are required as long as we're closed source
private: true,
token: process.env.GH_PRIVATE_REPO_ACCESS_TOKEN,
token: JSON.stringify(process.env.GH_PRIVATE_REPO_ACCESS_TOKEN),
channel: CHANNEL_NAME,
},
}
Expand Down

0 comments on commit 060de66

Please sign in to comment.