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
- Host: GitHub
- URL: https://github.com/crazyoptimist/remove-github-deployments
- Owner: crazyoptimist
- Created: 2022-06-24T09:39:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T09:33:03.000Z (about 2 years ago)
- Last Synced: 2025-02-05T22:59:02.485Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)