kattecon/Generate Access Token

Generates a GitHub Access Token for a Github App based upon specific inputs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app_idGithub App Id.yes
private_keyThe private key of the GitHub App in PEM format (including -----BEGIN RSA PRIVATE KEY----- and -----END RSA PRIVATE KEY----- markers).yes
installation_idThe ID of the app installation - found in url of the installation. If not provided, the default is the ID of an installation found using the repository input for the action..
repositoryRepository name in the format 'owner/repo' where this the app is installed. The value is only used if installation_id is not provided.${{ github.repository }}
namedescription
tokenThe generated temporary access token for the installation of the app.