1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-05 00:59:04 +02:00

feat: support custom tokens in Homebrew & Scoop (#1650)

This commit is contained in:
Radek Simko
2020-07-06 21:12:41 +01:00
committed by GitHub
parent 0d4f605388
commit ab8bb7f2f3
18 changed files with 258 additions and 75 deletions

View File

@ -47,7 +47,7 @@ func TestGitLabReleaseURLTemplate(t *testing.T) {
},
},
})
client, err := NewGitLab(ctx)
client, err := NewGitLab(ctx, ctx.Token)
assert.NoError(t, err)
urlTpl, err := client.ReleaseURLTemplate(ctx)