added maven creds

This commit is contained in:
Eugene Taranov
2020-06-18 14:36:03 +03:00
parent 2a9f306b93
commit e6ca8f1d53

View File

@@ -34,10 +34,10 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 14
server-id: tip-wlan-cloud-maven-repo
server-username: build-pipeline
server-password: MAVEN_REPO_PASSWORD
- name: Run sonar
working-directory: wlan-cloud-opensync-controller/opensync-ext-cloud
run: |
mvn clean verify sonar:sonar -Dsonar.host.url=${{ env.SONAR_URL }} -Dsonar.login=${{ secrets.SONAR_LOGIN }} -Dsonar.organization=${{ env.SONAR_ORGANIZATION }}
env:
MAVEN_REPO_USERNAME: build-pipeline
MAVEN_REPO_PASSWORD: ${{ secrets.MAVEN_REPO_PASSWORD }}