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