actions-marketplace-validations/accum-gh-rate-limits

GitHub composite action to request and accumulate an account rate limits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 5, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/andry81-devops_gh-action--accum-gh-rate-limits@cbdedaeac283407d3b6f345d8fa1ab9a6b4fc390 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
deps_repo_ownerOwner of a repository used to checkout dependenciesyes
deps_repo_branchRepository branch used to checkout dependenciesmaster
deps_repo_read_tokenPAT token to a repository used to checkout dependencies${{ github.token }}
stat_ownerOwner used to request the statisticyes
stat_entityStatistic entity to requestyes
commit_msg_entityCommit message entity. The `stat_entity` does use if not defined.
stat_read_tokenPAT token used to request the statistic with statistic read access rightsyes
curl_flagsadditional curl flags
output_repo_ownerOwner of a repository used to output the statisticyes
output_repoRepository name used to output the statisticyes
output_repo_branchRepository branch used to output the statisticmaster
output_repo_dirOutput repository relative directory path to store requested and accumulated statisticyes
output_repo_write_tokenPAT token to the output repository with write/push access rightsyes
flagsString of flag values list in format of `NAME[=[EXPR]]` ready to be evaluated as a shell array: `(<0> <1> ... <N>)`. If `EXPR` is not empty and begins by '[' then, use `eval EXPR` instead of `(( EXPR ))` expression. Otherwise if a flag expression is `NAME=`, then false (unflagged). Otherwise if a flag expression is `NAME`, then true (flagged).
envenvironment variables

no outputs