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
{{ message }}
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
To limit repositories.
The advantage of repository_ids compared with repositories is that we can get repository_id from github context's github.repository easily.
On the other hand, it is a little difficult to get a repository name from github context.
What?
Add an optional input
repository_ids, which is a list of repository IDs that the token should have access to.https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#create-an-installation-access-token-for-an-app
Why?
To limit repositories.
The advantage of
repository_idscompared withrepositoriesis that we can getrepository_idfrom github context'sgithub.repositoryeasily.On the other hand, it is a little difficult to get a repository name from github context.