sallyblichg/Github Actions Build Stats
Get Build Stats in GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Github token to access the build stats. Repo access should be good enough | yes | — |
| GITHUB_ORG_ID | The organization id where your repository is located. It might be your username, company name, etc | yes | — |
| GITHUB_REPOSITORY_NAME | The repo name that we with to get stats from its workflow | yes | ${{ github.event.repository.name }} |
| GITHUB_RUN_ID | The run id that we wish to get stats from | yes | ${{ github.run_id }} |
| GOOGLE_PROJECT_NAME | Google project name | yes | — |
| BQ_DATASET | Big query dataset | yes | — |
| BQ_TABLE | Big query table | yes | — |
| GOOGLE_APPLICATION_CREDENTIALS | Your google credentials, should be the service account | yes | — |
Outputs
no outputs