You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloned it into my github self-hosted runner machine
Changed disable_private_registrations to true
... Which github user should I add in configuration file? I see empty user entries in config.regservice.toml and config.commentbot.toml files along with emal, token, secret. Where should I get them?
... Where should I control components of registrator?
Run build.sh that builds docker container.
... Just start docker container? How should I convert/connect it to Github App?
... How should I install the GitHub App on the repository, and which repo - private registry, or each private package?
The text was updated successfully, but these errors were encountered:
Hi guys, I have a question on how should I automate github releases, git tags and versions registered for private Julia packages and registry?
First workflow:
Second workflow:
For the first workflow, I need to:
For the second option I need (to learn how) to:
Looks like first workflow is simpler, but maybe it's very easy to use the second one? The problem is, I don't get the exact workflow from this docs, there are just some scattered hints:
https://juliaregistries.github.io/Registrator.jl/stable/hosting/#Private-packages-and-registries-1
For now I did the following:
disable_private_registrations
totrue
user
entries inconfig.regservice.toml
andconfig.commentbot.toml
files along withemal
,token
,secret
. Where should I get them?build.sh
that builds docker container.The text was updated successfully, but these errors were encountered: