adding github actions / workflows for a homebrew tap #1846
Unanswered
ipatch
asked this question in
Tap maintenance and brew development
Replies: 1 comment 4 replies
-
Can you get it to work with a non-self-hosted GitHub runner? It sounds to me like you should try that first to make sure your problems aren't somewhere there, and then look into getting your self-hosted runner working. It might also be simpler to test your self-hosted runner with a smaller workflow just to see it does what you're expecting it to. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i spent an hour or two attempting to build some bottles for a homebrew tap i have forked. i experimented with several different yml file(s) / workflows for my tap in hopes of building some bottles of the formula that are contained within the tap. i'm using macos mojave as a
self-hosted
runner, and kept running into authentication issues when running a workflow in either service mode or starting the self-hosted runner in the foreground of an active terminal session.it would prompt for my username and password.
i tried my username, ie.
ipatch
along with my password, my PAT, and the token I used to setup the self hosted runner, and all three entries would fail to authenticate. the failure seems to begin when my workflow attempts to setup homebrew.my fork of the homebrew-freecad repo can be found below
https://github.com/ipatch/homebrew-freecad
i have a created the branch
https://github.com/ipatch/homebrew-freecad/tree/ipatch.exp.with.github.actions
where i've been editing the workflow files without much success. i'm obviously missing something here, and assistance with this issue would greatly be appreciated. 🙏
Beta Was this translation helpful? Give feedback.
All reactions