This is a Cloudflare worker that commits to a GitHub repository every day at midnight UTC to create shiny statistics on your GitHub profile.
- Clone this repository
- Install dependencies with
npm install - Deploy the worker to Cloudflare with
npm run deploy - Create secrets in the Cloudflare worker dashboard for the following variables:
GITHUB_API_TOKEN: A GitHub API token with access to the repository.GITHUB_REPO: The name of the repository to commit to.GITHUB_OWNER: The owner of the repository.
Ten-x-engineer worker:
- Runs once per day at midnight UTC
- Makes (1-10) random commits
- Each commit updates README.md file with a random number (0-99)
Repository example: kurumar/ten-x-repository
If you have any suggestions or feedback, please feel free to open an issue or submit a pull request.