Tags » github
-
Whose code am I running in GitHub Actions?
I wanted to know what third-party code I was using in my GitHub Actions. I was able to use standard text processing tools and shell pipelines to get a quick tally.
-
TIL: How to install an asset from a GitHub release
Use
gh release download
, which includes a pattern matcher if you want to pick a specific asset. -
TIL: SVGs are only rendered on GitHub if you use an
<img>
that points to another file -
Creating an Alfred Workflow to open GitHub repos
Automations for my automations.
-
A few useful GitHub searches
I have hotkeys to search GitHub in several ways, including by user, by repo, and within the work organisation.
-
Experiment: GitHub code search with de-duplication
-
TIL: Add a Git co-author credit with “Co-authored-by” in your commit message
-
A robot leaked my SSH keys
A cautionary tale of a daft incident where I leaked a set of SSH keys to GitHub.
-
Cloning GitHub’s Contributions chart
I made a clone of GitHub’s Contributions graph to use as a motivational tool.