You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: remove all obsolete files
BREAKING CHANGE: `@octokit/auth` is deprecated. Use the auth modules you need directly instead: `@octokit/auth-action`, `@octokit/auth-app`, `@octokit/auth-oauth-app`, `@octokit/auth-token`
fix(package): update @octokit/auth-oauth-app to version 3.0.0 (#18)
BREAKING CHANGE: `@octokit/auth-oauth-app` no longer accepts a `url` option for `auth()`, it no longer sets `:client_id` or `:access_token` URL parameters, and exclusively authenticates using basic auth, not using query parameters. See: https://github.com/octokit/auth-oauth-app.js/releases/tag/v3.0.0