sdhealthconnect / leap-consent-testing-service

0 stars 0 forks source link

CD using App Engine not working #1

Open sgroh opened 3 years ago

sgroh commented 3 years ago

This project depends on the dependency gov.hhs.onc.leap:leap-ces-clients:jar:0.3.0: This dependency was used without issues on the mvn build process adding a settings.xml file created on the cloudbuild.yaml file. The deploy step that is doing gcloud app deploy is doing mvn clean package --batch-mode -DskipTests -Dhttp.keepAlive=false but in this case we can not specify the settings xml file and it fails with next error:

Could not transfer artifact gov.hhs.onc.leap:leap-ces-clients:pom:0.3.0 from/to github (https://maven.pkg.github.com/sdhealthconnect/leap-ces-java-clients): Authentication failed for https://maven.pkg.github.com/sdhealthconnect/leap-ces-java-clients/gov/hhs/onc/leap/leap-ces-clients/0.3.0/leap-ces-clients-0.3.0.pom 401 Unauthorized -> [Help 1]

sgroh commented 3 years ago

image image