jwenz723/GitHub App Installation token

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 27, 2023
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: jwenz723/github-app-installation-token@ba688ee6d85fb0ded8c947c363fa1fa1cc40ed47 # v0.0.5

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
app_idID of the GitHub App.yes
installation_idID of the GitHub App Installation.yes
client_idClient ID of the GitHub App.yes
client_secretClient Secret of the GitHub App.yes
private_keyPrivate key of the GitHub App (can be Base64 encoded).yes
namedescription
tokenAn installation token for the GitHub App