Open mtomko opened 1 year ago
I am wondering if alternatively we could just set a Scala Steward github token, if that is not being used then most likely any token will do, what do you think?
That would definitely work in my case.
I don't want to do anything too complicated for you but I wonder if scala steward could have an optional script entry point letting repositories set stuff like that on your behalf.
I don't want to do anything too complicated for you but I wonder if scala steward could have an optional script entry point letting repositories set stuff like that on your behalf.
Hmm... that's worth dicussing in the main repository.
I'm on my phone now, will mention it there when I get back.
Initial attempt to address https://github.com/VirtusLab/scala-steward-repos/issues/98#issuecomment-1362778518
This work is based on the instructions found here:
https://www.stevenskelton.ca/scala-sbt-publishing-to-github-packages/
I have chosen to hard code the
settings.xml
file with most of the details filled in. Only theGITHUB_TOKEN
is filled in from the environment.Unfortunately this will be challenging to test in the wild without simply running a release, however I'm not above publishing a snapshot and removing it later.