See https://github.com/openCoreEMR/oce-module-junction-labs/pull/39
Basically, the module was refactored to import a private package, and CI was initially failing because the default GH tokens are scoped only to the repo itself. We already have the GH app mechanics configured so that we don't have to mess with PATs, and needed to adjust the setup process so that we'd use such a token.
Unclear to me if this repo should automatically include that library (leaning towards no given where upstream is going, but I don't feel strongly) but it's certainly useful to be able to use private packages either way.
See https://github.com/openCoreEMR/oce-module-junction-labs/pull/39
Basically, the module was refactored to import a private package, and CI was initially failing because the default GH tokens are scoped only to the repo itself. We already have the GH app mechanics configured so that we don't have to mess with PATs, and needed to adjust the setup process so that we'd use such a token.
Unclear to me if this repo should automatically include that library (leaning towards no given where upstream is going, but I don't feel strongly) but it's certainly useful to be able to use private packages either way.