Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro committed Oct 11, 2024
1 parent d81b40a commit b4d6b6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- name: maven-settings-xml-action
uses: InstaCode/maven-settings-xml-action@v9
with:
# use hardcoded token as it only allows reading from packages repositories which are public anyway
servers: '[{ "id": "github", "username": "zaro", "password": "${{ secrets.JDDE_PACKAGES_TOKEN }}" }]'
- name: Check maven settings
run: "cat 'C:\Users\runneradmin\.m2\settings.xml'"

# Build
- name: Build with Maven
Expand Down

0 comments on commit b4d6b6b

Please sign in to comment.