Skip to content

Commit 9ec7424

Browse files
committed
valhalla foconis-settings
1 parent 5770db0 commit 9ec7424

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/valhalla.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@ jobs:
3535
key: build-${{ env.cache-name }}
3636
- name: Maven version
3737
run: mvn --version
38+
- name: maven-settings
39+
uses: s4u/maven-settings-action@v2
40+
with:
41+
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
42+
githubServer: false
3843
# - name: Prepare
3944
# run: ./jakarta-to-valhalla.sh
4045
- name: Build with Maven
41-
run: mvn package
46+
run: mvn package -Pgithub
47+
env:
48+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)