I have an electron app for which I want to set up an auto-updater. I followed this blog post and made a small demo, it worked great with some small changes. Then I tried to implement it with my real project and now I am getting an error.
GitHub Personal Access Token is not set, neither programmatically, nor using env "GH_TOKEN"
I already have electron-builder.yml file and i even tried setting up GT_TOKEN anv variable but it still throws same error.