You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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_TOKEN
andGITLAB_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
The text was updated successfully, but these errors were encountered: