Skip to content

1844.v4a_9883d49126

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 06:40
· 4 commits to refs/heads/master since this release
4a9883d

🚀 New features and improvements

  • Add new options to GitHub App credentials to allow dynamic restrictions of the repositories and permissions available to installation access tokens in some contexts (#822) @dwnusbaum

    ⚠️ The new configuration options are not fully backwards compatible.

    For existing GitHub App credentials which do not have the owner field set, the migration to the new format is not fully compatible. These credentials migrate to the “Infer owner and allow access to all owned repositories” mode described in the documentation, which means that they will only work in contexts where the owner can be inferred, such as Organization Folders and Multibranch Pipelines.

    If you are using the credentials in a context where inference is not supported, you will need to reconfigure these credentials to use the “Specify accessible repositories” mode instead, specifying the appropriate owner (or leaving it blank if the app is installed in a single GitHub organization).

📦 Dependency updates