|
You are here |
kinoshita.eti.br | ||
| | | | |
www.akpain.net
|
|
| | | | | and making my website faster in the process | |
| | | | |
duerrenberger.dev
|
|
| | | | | In September there seems to have been some spam on GitHub leaving behind Ghost Notifications, fortunately there's a way to remove these via GitHub's API | |
| | | | |
grosser.it
|
|
| | | | | Create a visible / easy to reuse token inhttps://github.com/settings/applications by storing the token in the application name. Use curl to search for code (notice the per-page 100) and grep case sensitive. curl -s -H 'Accept: application/vnd.github.v3.text-match+json' --user "TOKEN_GOES_HERE:x-oauth-basic" 'https://api.github.com/search/code?per_page=100&page=3&q=user:YOURORG+SEARCHTERM' | grep 'SearchTERM' Availble as reusable script:https://github.com/grosser/github-grep | |
| | | | |
www.integralist.co.uk
|
|
| | | GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. I've been using GitHub Actions a lot recently and I've found it to be immensely flexible and feature rich. I think it's well worth your time learning how to run your CI/CD pipelines via GitHub Actions, and in this post that's exactly what we're going to dig into. | ||