We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
id
appId
It will be easier to understand when using with an Octokit instance
const MyOctokit = Octokit.defaults({ authStrategy: createAppAuth }) const octokit = new MyOctokit({ auth: { appId: 123, privateKey: PRIVATE_KEY } })
is more clear than
const octokit = new MyOctokit({ auth: { id: 123, privateKey: PRIVATE_KEY } }) ``
The text was updated successfully, but these errors were encountered:
strategyOptions.id
strategyOptions.appId
🎉 This issue has been resolved in version 2.9.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
gr2m
Successfully merging a pull request may close this issue.
It will be easier to understand when using with an Octokit instance
is more clear than
The text was updated successfully, but these errors were encountered: