pew-actions/playeveryware/action-app-installation-pat
Acquire a personal access token for a GitHub App installation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| application-id | Application id of the GitHub app | yes | 239145 |
| installation-id | Installation id of the application | yes | 29344490 |
| private-key | Private key for the application | yes | — |
| scope | Comma separated scopes for the access token | yes | contents:read |
| repositories | Comma separated repositories for which to scope the token | — | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| token | Access token for the installation |