bloqit/bloqit-workflow-application-token-action
Obtain a temporary access token for a GitHub Application when running in a GitHub Actions Workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| application_private_key | GitHub Application Private Key value. | yes | — |
| application_id | GitHub Application ID value. | yes | — |
Outputs
| name | description |
|---|---|
| token | A valid token representing the Application that can be used to access what the Application has been scoped to access. |