hostwithquantum/setup-gh-token
Create a GitHub App token and resolve bot committer identity
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| client-id | Client ID (former: App ID) | yes | — |
| private-key | Private key | yes | — |
| owner | owner/user name, passed on to actions/create-github-app-token | no | ${{ github.repository_owner }} |
| repositories | repositories, passed on to actions/create-github-app-token | no | "" |
Outputs
| name | description |
|---|---|
| token | GitHub App installation token |
| committer-name | Bot committer name (e.g. my-app[bot]) |
| committer-email | Bot committer email (e.g. 12345+my-app[bot]@users.noreply.github.com) |