mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
typo
This commit is contained in:
parent
4aa098052d
commit
fecd9be9ae
@ -7,7 +7,7 @@ import (
|
||||
"golang.org/x/oauth2"
|
||||
)
|
||||
|
||||
// GitHub client for the given token
|
||||
// Github client for the given token
|
||||
func Github(token string) *github.Client {
|
||||
ts := oauth2.StaticTokenSource(
|
||||
&oauth2.Token{AccessToken: token},
|
||||
|
Loading…
x
Reference in New Issue
Block a user