https://github.com/hex0cter/github-action-cleaner
CLI command to clean your build history in github actions in batch.
https://github.com/hex0cter/github-action-cleaner
github-actions
Last synced: 26 days ago
JSON representation
CLI command to clean your build history in github actions in batch.
- Host: GitHub
- URL: https://github.com/hex0cter/github-action-cleaner
- Owner: hex0cter
- Created: 2021-09-17T21:20:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T20:07:43.000Z (over 4 years ago)
- Last Synced: 2025-10-05T19:47:32.812Z (8 months ago)
- Topics: github-actions
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Action Cleaner
CLI command to clean your old build history in github actions in batch.
## Installation
```
$ npm install -g github-action-cleaner
```
## Usage
```
$ github-action-cleaner -h
usage: github-action-cleaner [-h] [-v] [-o OWNER] [-r REPO] [-t GITHUB_TOKEN]
Example: github-action-cleaner -o hex0cter -r github-action-cleaner -t ghp_zfkK**********1f3DBrm3
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-o OWNER, --owner OWNER
Owner of repo
-r REPO, --repo REPO Repo name
-t GITHUB_TOKEN, --github-token GITHUB_TOKEN
Github token from https://github.com/settings/tokens/new?scopes=repo
```
The github token can be created [here](https://github.com/settings/tokens/new?scopes=repo) and needs the following permissions: