Random github-repo commits... Logging bot activity in activity.txt
This is a GitHub Actions workflow that helps keep your GitHub profile active by making random commits.
- 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
- Create a Personal Access Token (PAT) with
repo
access. - Go to your repo β Settings β Secrets and variables β Actions β New repository secret.
- Name the secret
PAT
and paste your token.