This repository automates contributions to your GitHub contribution graph by incrementing a counter and committing changes.
Result:
The workflow updates the contrib.txt file with an incremented value each time it runs, effectively filling up your contribution graph.
-
Fork this repository to your GitHub account.
-
Clone the forked repository:
git clone <your-fork-url> cd contributor
Ensure the workflow file (contrib.yml) is set up under .github/workflows/.
Add the following secrets in your repository settings:
GH_EMAIL– Your GitHub email address.GH_USERNAME– Your GitHub username.
Allow the workflow to commit changes:
- Go to the Actions tab.
- Select the "Contribute" workflow.
- Click Run workflow.
The workflow runs automatically every hour (cron: '0 */1 * * *').
This project is licensed under the MIT License – see the LICENSE file for details.


