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.
- Host: GitHub
- URL: https://github.com/pratikkarbhal/basic_gitbot
- Owner: pratikkarbhal
- License: mit
- Created: 2025-06-29T06:50:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T06:23:39.000Z (7 months ago)
- Last Synced: 2025-07-08T07:41:36.816Z (7 months ago)
- Topics: auto-commit, contribution-graph, daily-commit, github-actions, github-bot, green-graph, keep-github-active, profile-activity, random-commit
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.