From 19b6f43c82e279a4ee3142d5e98200d061236856 Mon Sep 17 00:00:00 2001 From: Antonio Garcia-Dominguez Date: Mon, 2 Dec 2024 18:41:35 +0000 Subject: [PATCH] More repo access tweaks --- .github/workflows/docker-image.yml | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c99958d..4de6d91 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,6 +17,9 @@ jobs: java-version: '17' distribution: 'temurin' cache: maven + - uses: s4u/maven-settings-action@v3.1.0 + with: + servers: ${{ format('[{"id": "github-playground-micronaut", "username": "epsilonlabs", "password": {0}}]', secrets.GH_TOKEN_READ_MICRONAUT) }} - name: Download the backend JAR run: mvn -B dependency:copy-dependencies -DexcludeTransitive=true - name: Build the Docker image diff --git a/pom.xml b/pom.xml index 84d491b..9049f3a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ - github + github-playground-micronaut GitHub Epsilon Labs Playground Micronaut Apache Maven Packages https://maven.pkg.github.com/epsilonlabs/playground-micronaut