Reputation: 18
Not able to perform token/secret pair authentication any more since git have deprecated the same. PFB for reference,
https://docs.github.com/en/rest/overview/resources-in-the-rest-api#oauth2-keysecret
plz let me know the workaround for the authentication.
Upvotes: 0
Views: 42
Reputation: 4858
In WebDriverManager 5, you simply need to specify a GitHub token (and not the token/secret anymore). Take a look to the documentation.
Upvotes: 1