djspiewak / sbt-github-packages

A simple sbt plugin for publishing to GitHub Packages, in the style of sbt-sonatype and sbt-bintray
Apache License 2.0
175 stars 27 forks source link

Remove the absolute need for github credentials, deferring errors to … #49

Closed mhammons-ledger closed 2 years ago

mhammons-ledger commented 2 years ago

This pull request is to make it so that a project does not need a github token provided in order to compile or do pretty much anything else. It defers credentials problems until they are actually needed.

mhammons-ledger commented 2 years ago

Duplicate of an older request.