Results 3 comments of Vasanth

# unable to locate a valid GitHub token from Environment( GITHUB_TOKEN) sbt:random-quotes> run [error] stack trace is suppressed; run last credentials for the full output [error] (credentials) unable to locate...

Hey, @ngpadp12 It is working for me: I have update the entrypoint with my custom nexus.properties file Dockerfile: ``` FROM sonatype/nexus3 ADD ./nexus.properties /opt/sonatype ENV NEXUS_CONTEXT="nexus" USER root RUN chmod...