Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ms-jpq/auto-github-push
Github action to refresh various Github inactivity countdowns.
https://github.com/ms-jpq/auto-github-push
Last synced: about 1 month ago
JSON representation
Github action to refresh various Github inactivity countdowns.
- Host: GitHub
- URL: https://github.com/ms-jpq/auto-github-push
- Owner: ms-jpq
- Created: 2020-10-23T10:06:52.000Z (about 4 years ago)
- Default Branch: agp
- Last Pushed: 2023-08-22T05:28:14.000Z (about 1 year ago)
- Last Synced: 2024-09-17T01:26:44.367Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 294 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Auto Github Push](https://github.com/ms-jpq/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
0. Create an empty repo
1. Create a token with repo access.
2. Add `CI_TOKEN` to repo's secrets
3. Add `.github/workflows/agp.yml` to the repo. [Example here](https://github.com/ms-jpq/auto-github-push/blob/agp/.github/workflows/agp.yml).
And you are good!
## Disable for single repo
Add `.noagp` under `.github/`