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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 27, 2023
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: jwenz723/github-app-installation-token@ba688ee6d85fb0ded8c947c363fa1fa1cc40ed47 # v0.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | ID of the GitHub App. | yes | — |
| installation_id | ID of the GitHub App Installation. | yes | — |
| client_id | Client ID of the GitHub App. | yes | — |
| client_secret | Client Secret of the GitHub App. | yes | — |
| private_key | Private key of the GitHub App (can be Base64 encoded). | yes | — |
Outputs
| name | description |
|---|---|
| token | An installation token for the GitHub App |