Authorize container to publish flutter pub packages

This commit is contained in:
zontreck 2024-07-08 02:15:04 -07:00
parent 0c78f1344e
commit ef0b7a47b8

View file

@ -73,4 +73,8 @@ RUN /flutter/bin/flutter doctor
RUN /flutter/bin/flutter precache
ADD pub.secret /
RUN cat /pub.secret | dart pub token add https://forgejo.example.com/api/packages/ariascreations/pub
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]