Skip to content

Commit 6b0b230

Browse files
author
TheSnoozer
committed
when trying to deploy the snapshots we also need to provide the CI_DEPLOY_USERNAME and CI_DEPLOY_PASSWORD as environment (as configured in the settings.xml)
1 parent a168f31 commit 6b0b230

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/default-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,6 @@ jobs:
136136
restore-keys: ${{ runner.os }}-m2
137137
- name: Deploy snapshot with Maven
138138
run: mvn clean deploy -B --settings=./.buildscript/settings.xml
139+
env:
140+
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
141+
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}

0 commit comments

Comments
 (0)