Auto Github Push
This Docker image will automatically push a file called
.agp
under .github/
for every public
repo you own.
This will refresh various Github inactivity countdowns.
How to use
-
Create an empty repo
-
Create a token with repo access.
-
Add
CI_TOKEN
to repo’s secrets -
Add
.github/workflows/agp.yml
to the repo. Example here.
And you are good!
Disable for single repo
Add .noagp
under .github/