chikachow/Get cyspbot app token
Exchange a GitHub Actions OIDC token for a short-lived repository-scoped GitHub App installation token from cyspbot.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cyspbot-token-url | HTTPS token exchange endpoint URL for the cyspbot service. | no | https://cyspbot.chikachow.org/token |
| resource | GitHub repository API URI to request. Defaults to https://api.github.com/repos/${GITHUB_REPOSITORY}. | no | — |
| scope | Space-delimited GitHub App permission scopes to request. | no | contents:write pull_requests:write |
Outputs
| name | description |
|---|---|
| token | Short-lived GitHub App installation token. |
| expires_at | Expiration timestamp for the minted installation token. |
| scope | Canonical GitHub App permission scope issued by cyspbot. |