From b4d6b6bcd46703f8e97ab73e0f16374799fe4317 Mon Sep 17 00:00:00 2001 From: Svetlozar Argirov Date: Fri, 11 Oct 2024 12:35:21 +0300 Subject: [PATCH] CI --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4478db0..7f53dc6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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