lobaro/Fetch GitHub App Installation Access Token
Fetches an installation access token for a GitHub App, that can be used to clone private repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | GitHub App ID | yes | — |
| private-key | Private key for the GitHub App | yes | — |
| repo | Override GITHUB_REPOSITORY when creating the installation ID | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| token | Installation access token for the GitHub App |