Delete Old GitHub Packages Versions with a Bash Script
What When you are sending multiple packages to GitHub for your project and you don’t need the older ones, here is how to delete the extras. This can also be used to run any kind of script from a Linux cron job on a regular basis so you can focus on the work rather than maintaining the packages. How To do this you need the github auth token which has access to the github packages edit rights. and a linux system. ...