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
feat: support using a remote HSM or JWT signing service in lieu of pr…
…ivate keys (#712)
To enable the use of Azure Key Vault keys, or other HSMs, this allows for a callback to be provided in lieu of a GitHub App's private certificate.
Part of octokit/octokit.js#2623
ci: stop testing against NodeJS v18 (#702)
* build(package): set minimal node version in engines field to v20
BREAKING CHANGE: Drop support for NodeJS v18
* build: set minimal node version in build script to v20
* ci: stop testing against NodeJS v18