Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
More repo access tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Dec 2, 2024
1 parent 7e235a2 commit 19b6f43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- uses: s4u/[email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<repositories>
<repository>
<id>github</id>
<id>github-playground-micronaut</id>
<name>GitHub Epsilon Labs Playground Micronaut Apache Maven Packages</name>
<url>https://maven.pkg.github.com/epsilonlabs/playground-micronaut</url>
<snapshots>
Expand Down

0 comments on commit 19b6f43

Please sign in to comment.