All Projects → bokub → github-stats-box

bokub / github-stats-box

Licence: MIT license
📌 Update a gist to contain your GitHub stats

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to github-stats-box

strava-box
🏃‍♂️🏃‍♀️ Update a gist to contain your YTD exercise metrics from Strava
Stars: ✭ 34 (-52.78%)
Mutual labels:  gist, pinned-gist
actions-deploy-gist
📌 Deploy file to Github Gist
Stars: ✭ 26 (-63.89%)
Mutual labels:  gist, github-actions
postcss-prefixwrap
A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.
Stars: ✭ 54 (-25%)
Mutual labels:  github-actions
mysql-action
GitHub Action to setup a MySQL database
Stars: ✭ 105 (+45.83%)
Mutual labels:  github-actions
verify-changed-files
Github action to verify file changes that occur during the workflow execution.
Stars: ✭ 62 (-13.89%)
Mutual labels:  github-actions
HelloActions-Qt
Qt use github-actions(Qt项目使用github的持续集成)
Stars: ✭ 103 (+43.06%)
Mutual labels:  github-actions
git-tag-action
[GitHub Action] Get ${version} from package.json and git tag ${version} for the repository.
Stars: ✭ 26 (-63.89%)
Mutual labels:  github-actions
criterion-compare-action
⚡️📊 Compare the performance of Rust project branches
Stars: ✭ 37 (-48.61%)
Mutual labels:  github-actions
html5validator-action
GitHub Action that checks HTML5 syntax.
Stars: ✭ 27 (-62.5%)
Mutual labels:  github-actions
shell-linter
A Github Action for ShellCheck
Stars: ✭ 58 (-19.44%)
Mutual labels:  github-actions
github-action
CLA Assistant GitHub Action
Stars: ✭ 165 (+129.17%)
Mutual labels:  github-actions
add-an-issue-reference-action
A GitHub Action for adding a related issue reference to a pull request.
Stars: ✭ 19 (-73.61%)
Mutual labels:  github-actions
setup-action
▶️ GitHub Action using Coursier to install JVM and Scala tools
Stars: ✭ 30 (-58.33%)
Mutual labels:  github-actions
gists
Methods for working with the GitHub Gist API. Node.js/JavaScript
Stars: ✭ 96 (+33.33%)
Mutual labels:  gist
k8s-create-secret
GitHub Action to create Kubernetes cluster secrets
Stars: ✭ 24 (-66.67%)
Mutual labels:  github-actions
danger-action
Execute danger action for GitHub Actions.
Stars: ✭ 24 (-66.67%)
Mutual labels:  github-actions
googlejavaformat-action
GitHub Action that formats Java files following Google Style guidelines
Stars: ✭ 66 (-8.33%)
Mutual labels:  github-actions
gist
A simple Github Gist client
Stars: ✭ 27 (-62.5%)
Mutual labels:  gist
starter-reactnative-nestjs-mysql
Starter mobile ReactNative NestJS MySQL with continuous integration and AWS deployment
Stars: ✭ 16 (-77.78%)
Mutual labels:  github-actions
labeler
GitHub Action to assign labels to PRs based on configurable conditions
Stars: ✭ 47 (-34.72%)
Mutual labels:  github-actions

github-stats-box

⚡️📌 Update a pinned gist to contain your GitHub stats


Prep work

  1. Create a new public GitHub Gist (https://gist.github.com/new)
  2. Create a token with the gist and repo scopes and copy it (https://github.com/settings/tokens/new)

Project setup

  1. Fork this repository

  2. From your new fork, go to Settings > Secrets

  3. Add the following secret using the New secret button:

    • GH_TOKEN: The GitHub token generated above.
  4. Go to the Actions tab of your fork and click the "enable" button

  5. Edit the environment variables at the end of the file .github/workflows/run.yml

    • GIST_ID: The ID portion from your gist url: https://gist.github.com/bokub/1cc900d92b9acc15786d7553b46a2cdf.
    • ALL_COMMITS: Boolean value, If true it will count all commits instead of last year commits
    • K_FORMAT: Boolean value, If true, large numbers values will be formatted with a "k", for example 1.5k

That's it! You gist will be updated immediately, and every 12 hours after that

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].