kattecon/Generate Access Token
Generates a GitHub Access Token for a Github App based upon specific inputs.
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 | The private key of the GitHub App in PEM format (including -----BEGIN RSA PRIVATE KEY----- and -----END RSA PRIVATE KEY----- markers). | yes | — |
| installation_id | The ID of the app installation - found in url of the installation. If not provided, the default is the ID of an installation found using the repository input for the action.. | — | — |
| repository | Repository name in the format 'owner/repo' where this the app is installed. The value is only used if installation_id is not provided. | — | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| token | The generated temporary access token for the installation of the app. |