Skip to content

Commit

Permalink
feat: 调整github/workflow 用户名配置
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzcao committed Sep 22, 2020
1 parent fe34282 commit c91b639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Change Maven Settings
uses: whelk-io/maven-settings-xml-action@v12
with:
servers: '[{ "id": "github", "username": "${{ secrets.NAME }}", "password":"${{ secrets.GITHUB_TOKEN }}"}]'
servers: '[{ "id": "github", "username": "${{ secrets.PRIVATE_GITHUB_REPO_USER }}", "password":"${{ secrets.PRIVATE_GITHUB_REPO_PASSWORD }}"}]'
- name: Build
run: mvn clean package
- name: Upload a Build Artifact
Expand Down

0 comments on commit c91b639

Please sign in to comment.