Using a Private Github Homebrew Tap to distribute a tool in a Private Repository via brew tap
I’m build an internal tool for use at my company. The tool is written in python and uses poetry for dependency management. I’d like to use brew
for distributing the tool to anyone at the company, where we use a private github org. I seem to be getting close, but I keep getting stuck on the Github Actions brew test-bot
stage in the pipeline, and trying to follow the error messages has me going in a loop. Here is an example of the formula, as well as the github actions workflow.