neondatabase/Github Workflow Stats
Export Github Workflow stats into Postgres
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| db_uri | Postgres DB URI | yes | — |
| db_table | Table name to store Workflow stats | yes | — |
| gh_run_id | Workflow Run Id to get information on | no | — |
| gh_token | Github Token with permissions to access Workflows. Not required for public repos. | no | — |
| duration | Duration for the history period to export (in Golang time.parseDuration format) | no | 1h |
| exit_on_token_rate_limit | Do not sleep and just exit when we used github token rate limit | no | true |
Outputs
no outputs