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
Run tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
Error: Could not create installation access token.
[cause]: RequestError [HttpError]: There is at least one repository that does not exist or is not accessible to the parent installation.
The text was updated successfully, but these errors were encountered:
The example is wrong.
github-app-token/README.md
Lines 42 to 44 in 3eb77c7
repositories
must be a list of repository names, not repository full names.Please see the example of the official API document.
https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#create-an-installation-access-token-for-an-app
If we pass repository full names, this action can't issue tokens.
https://github.com/suzuki-shunsuke/test-github-action/actions/runs/6992873445/job/19024947554
The text was updated successfully, but these errors were encountered: