Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
other services
Browse files Browse the repository at this point in the history
  • Loading branch information
l00pss committed Mar 18, 2024
1 parent 02eb106 commit 98a6664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98a6664

Please sign in to comment.