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
The permissions are based on the app-permissions schema from GitHub's OpenAPI schema. We get it from the @octokit/openapi package which receives pull request whenever a change is found, like this one: octokit/openapi#487. It's possible that this pull request already has the new permission and will resolve it, if not someone has to open an issue in github/rest-api-description/ which is the repository where GitHub publishes their public OpenAPI specs to.
We wanted to use @octokit/app-permissions but that repository needs fixing and it became to much of a rabbit hole, but hope we get around tore solve that
I'd like to get the permission to manage GitHub Repository Variables.
https://docs.github.com/ja/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-variables
https://cli.github.com/manual/gh_variable
But seems like the permission isn't supported.
https://github.com/actions/create-github-app-token/blob/main/scripts/generated/app-permissions.json
The text was updated successfully, but these errors were encountered: