tomrijntjes
tomrijntjes
A variation of a workaround suggested in [this issue](https://github.com/djspiewak/sbt-github-packages/issues/28#issuecomment-807270677) worked for my IntelliJ setup. ``` githubTokenSource := TokenSource.Or( TokenSource.Environment("GITHUB_TOKEN"), // Injected during a github workflow for publishing TokenSource.GitConfig("github.token") // local...
I would appreciate this feature very much. Is there anything I can do? edit: merging main works fine without conflicts. I'm not sure how to reproduce the linter issue mentioned...
Hey Justin, cool, I'll take a look when I can! Currently my company is running a scheduled ftp dump which is not very practical to reconfigure. Might as well make...
I looked into it briefly today. The docs promise an interface that is similar to the other datasources so I figured the lower level interface might suffice. You have to...