roblox-actionscache/GitHub App token

Run a GitHub Action as a GitHub App instead of using secrets.GITHUB_TOKEN or a personal access token.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
app_idID of the GitHub App.yes
installation_idThe ID of the installation for which the token will be requested (defaults to the ID of the repository's installation).
github_api_urlThe API URL of the GitHub server.${{ github.api_url }}
permissionsThe JSON-stringified permissions granted to the token (defaults to all the GitHub app permissions, see https://docs.github.com/en/rest/apps/apps#create-an-installation-access-token-for-an-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 }}
namedescription
tokenAn installation token for the GitHub App on the requested repository.