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

Commit

Permalink
More github access tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Dec 2, 2024
1 parent 5d2faee commit af9e3c4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- uses: s4u/maven-settings-action@v3.1.0
- uses: s4u/maven-settings-action@64e42c454dbd42ef6370ac8539685755aedd205b
with:
servers: ${{ format('[{"id":"github-playground-micronaut","username":"epsilonlabs","password":{0}}]', secrets.GH_TOKEN_READ_MICRONAUT) }}
servers: |
[{
"id": "github-playground-micronaut",
"username": "epsilonlabs",
"password": "${{ 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

0 comments on commit af9e3c4

Please sign in to comment.