Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 01:30
f542dbf

BREAKING CHANGES

  • createAppAuth({ id, privateKey }) is no longer supported. Use createAppAuth({ appId, privateKey }) instead

Bug Fixes

  • remove scopes from API as OAuth scopes are not supported by GitHub Apps, OAuth tokens inherit the installtion permissions instead (#255) (f542dbf)