Skip to content

Commit

Permalink
Update github.go
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong authored Apr 24, 2022
1 parent 9258cb4 commit 20dbae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
func GetGithubClient() *github.Client {
ctx := context.Background()
ts := oauth2.StaticTokenSource(
&oauth2.Token{AccessToken: "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"},
&oauth2.Token{AccessToken: ""},
)
tc := oauth2.NewClient(ctx, ts)
client := github.NewClient(tc)
Expand Down

0 comments on commit 20dbae2

Please sign in to comment.