roblox-actionscache/GitHub App token
Run a GitHub Action as a GitHub App instead of using secrets.GITHUB_TOKEN or a personal access token.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | ID of the GitHub App. | yes | — |
| installation_id | The ID of the installation for which the token will be requested (defaults to the ID of the repository's installation). | — | — |
| github_api_url | The API URL of the GitHub server. | — | ${{ github.api_url }} |
| permissions | The JSON-stringified permissions granted to the token (defaults to all the GitHub app permissions, see https://docs.github.com/en/rest/apps/apps#create-an-installation-access-token-for-an-app). | — | — |
| private_key | Private key of the GitHub App (can be Base64 encoded). | yes | — |
| repository | The full name of the repository for which the token will be requested. | — | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| token | An installation token for the GitHub App on the requested repository. |