Skip to content

Commit

Permalink
Change the oauth2's fetch token API (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Sandeep Rangisetti <[email protected]>
  • Loading branch information
ssrangisetti and saisandeep-flipkart authored Oct 9, 2024
1 parent 5b5bc53 commit 352179a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ const (
GithubAuthPath = "oauth/authorize"

// GithubTokenPath is the GitHub token exchange endpoint
GithubTokenPath = "oauth/token"
GithubTokenPath = "v3/oauth/token"

// MaxPages is the maximum number of pagination links that will be followed.
MaxPages = 99
Expand Down

0 comments on commit 352179a

Please sign in to comment.