#github
2 posts · all writing →
Multiple Github accounts with individual git profiles over SSH
Sometimes you have a need to connect to multiple Github accounts from the same machine which means possibly switching your git config and the SSH key you use with git. We can modify our ssh and git config to make this as easy as possible and not have to think about it.
Using private Github packages in Github workflows
A quick look at how to use private packages publishd to the Github package registry in Github workflows