Hacknotes.

Hacknotes.

Follow
homeBook a 1:1 CallWebsite
Tag

GitHub

#github

More content

Read more stories on Hashnode


Articles with this tag

How to delete GitHub Actions Caches with GitHub CLI

Nov 2, 20223 min read

I wrote about using GitHub CLI to interact with the API to get mundane tasks done. This quick follow-up demonstrates the use case with a different...

How to delete GitHub Actions Caches with GitHub CLI

How to get SSH public keys for any user from GitHub

Jun 12, 20223 min read

If you use GitHub regularly, you most likely have uploaded your SSH Public Key(s) to connect with GitHub. It is helpful when you want to interact...

How to get SSH public keys for any user from GitHub

How to delete orphaned GitHub Actions runners with GitHub CLI

Jun 7, 20224 min read

A quick showcase of removing orphaned self-hosted runners entries from GitHub Actions' settings page with GitHub CLI · There is a high chance you are...

How to delete orphaned GitHub Actions runners with GitHub CLI