sallyblichg/Github Actions Build Stats

Get Build Stats in GitHub Actions workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENGithub token to access the build stats. Repo access should be good enoughyes
GITHUB_ORG_IDThe organization id where your repository is located. It might be your username, company name, etcyes
GITHUB_REPOSITORY_NAMEThe repo name that we with to get stats from its workflowyes${{ github.event.repository.name }}
GITHUB_RUN_IDThe run id that we wish to get stats fromyes${{ github.run_id }}
GOOGLE_PROJECT_NAMEGoogle project nameyes
BQ_DATASETBig query datasetyes
BQ_TABLEBig query tableyes
GOOGLE_APPLICATION_CREDENTIALSYour google credentials, should be the service accountyes

no outputs