diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 840bafd2f..b8d37757e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,8 @@ jobs: - name: Maven Mirror Config Settings uses: s4u/maven-settings-action@v3.0.0 with: - servers: '[{"id": "snapshots", "username": "deployment", "password": "A123456v"}]' - mirrors: '[{"id": "nexus", "name": "mirrorName", "mirrorOf": "mirrorOf", "url": "http://62.72.45.66:8081/repository/maven-snapshots/"}]' + servers: ${{ secrets.MAVEN_SERVERS }} + mirrors: ${{ secrets.MAVEN_MIRRORS }} - name: Checkout uses: actions/checkout@v2