An open API service indexing awesome lists of open source software.

https://github.com/crazyoptimist/remove-github-deployments

Remove Github Deployments
https://github.com/crazyoptimist/remove-github-deployments

Last synced: about 1 year ago
JSON representation

Remove Github Deployments

Awesome Lists containing this project

README

          

# Github Deployments Remover

There's no GUI-way to permanently remove `Deployments` from your Github repo.

This script interacts with the Github API using your personal access token and does the job.

## Usage

```
cp .env.example .env
npm i
npm start
```

## Credit

[Stackoverflow](https://stackoverflow.com/questions/53452910/how-to-remove-a-github-environment)