github-action-cleaner

1.1.0 • Public • Published

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 needs the following permissions:

Readme

Keywords

none

Package Sidebar

Install

npm i github-action-cleaner

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

88 kB

Total Files

6

Last publish

Collaborators

  • hex0cter