An open API service indexing awesome lists of open source software.

https://github.com/pratikkarbhal/basic_gitbot

💡 A GitHub Actions workflow that makes random daily commits to keep your GitHub profile active. Auto push, daily commits, green graph bot.
https://github.com/pratikkarbhal/basic_gitbot

auto-commit contribution-graph daily-commit github-actions github-bot green-graph keep-github-active profile-activity random-commit

Last synced: 6 months ago
JSON representation

💡 A GitHub Actions workflow that makes random daily commits to keep your GitHub profile active. Auto push, daily commits, green graph bot.

Awesome Lists containing this project

README

          

Random github-repo commits...
Logging bot activity in activity.txt

# 🔄 Random GitHub Activity

This is a GitHub Actions workflow that helps keep your GitHub profile active by making random commits.

## 📌 What It Does

- Runs every day at 6 AM UTC
- Picks a random number from 0 to 9
- If the number is 0 to 5, it makes a small commit to the repo

## ⚙️ Setup

1. Create a **Personal Access Token (PAT)** with `repo` access.
2. Go to your repo → **Settings** → **Secrets and variables** → **Actions** → **New repository secret**.
3. Name the secret `PAT` and paste your token.