innofactororg/GitHub Token

Get a GitHub App Installation Token to impersonate a GitHub App.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app_idGitHub App ID.yes
installation_idGitHub App installation ID for which the token will be requested (defaults to the ID of the repository's installation).
github_api_urlThe GitHub API URL.${{ github.api_url }}
permissionsThe JSON-stringified permissions granted to the token (defaults to all the permissions given to the GitHub App).
private_keyPrivate key of the GitHub App (can be Base64 encoded).yes
repositoryThe full name of the repository for which the token will be requested.${{ github.repository }}
repositoriesThe JSON-stringified repositories granted to the token (defaults to all the repositories that the GitHub App has access to).
namedescription
tokenAn installation token for the GitHub App on the requested repository.