camertron/GitHub App Installation Auth

Retrieves an access token for a GitHub App installation.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
app-idThe ID of the GitHub App.yes
private-keyAn RSA private key associated with the App.yes
client-idThe App's client ID.yes
client-secretA client secret associated with the App.yes
installation-idThe ID of the installation to fetch a token for.yes
encryptWhether or not to encrypt the result using the App's private key. Useful if passing the token to a shared action that lives in a separate repository.nofalse
namedescription
access-tokenAn access token for the given installation.