DEV Community

Discussion on: Learning Go by examples: part 9 - Use HomeBrew & GoReleaser for distributing a Golang app

Collapse
 
streamdp profile image
Alexandr Primak

Hi, many thanks for your great work!

I want to add one case not considered here:

If you got 403 error while run goreleaser action script, you should use a Personal Access Token (PAT) instead a GITHUB_TOKEN (resource-not-accessible-by-integra...) and add it to settings -> secrets and variables -> actions of app repository (repository, where you run goreleaser action workflow)