Hello,
Since version v0.112.0 of GoReleaser, we can use Gitlab Releaser.
But in gobuffalo/release, we are forced to use the variable GITHUB_TOKEN, if we initialize it with a bad value, goreleaser does not accept GITHUB_TOKEN and GITLAB_TOKEN.
Errors:
Error: you must set a GITHUB_TOKEN
⨯ release failed after 3.09s error=both GITHUB_TOKEN and GITLAB_TOKEN. Only one is allowed
Could you disable checking GITHUB_TOKEN ?
Thank you.
gobuffalo/release: v1.8.3
goreleaser: 0.114.0
Hello,
Since version v0.112.0 of GoReleaser, we can use Gitlab Releaser.
But in gobuffalo/release, we are forced to use the variable
GITHUB_TOKEN, if we initialize it with a bad value, goreleaser does not acceptGITHUB_TOKENandGITLAB_TOKEN.Errors:
Error: you must set a GITHUB_TOKEN⨯ release failed after 3.09s error=both GITHUB_TOKEN and GITLAB_TOKEN. Only one is allowedCould you disable checking
GITHUB_TOKEN?Thank you.
gobuffalo/release:
v1.8.3goreleaser:
0.114.0