helaili/GitHub OIDC Auth
Retrieve a scoped GitHub token based on the OIDC token and the GitHub OIDC Authentication app
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | The url of the GitHub App OIDC authentication app | yes | — |
| login | The organization or user login owning the resources to be accessed | yes | — |
| audience | The OIDC audience to use when requesting a token. Defaults to https://github.com/<login> | no | — |
Outputs
| name | description |
|---|---|
| scopedToken | The generated scoped GitHub token |