Skip to content

Commit 6cdfb1c

Browse files
Use maven password for CI
1 parent 9baf877 commit 6cdfb1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
MVN_USR: ${{ secrets.MVN_USR }}
15-
MVN_PWD: ${{ secrets.MVN_USR }}
15+
MVN_PWD: ${{ secrets.MVN_PWD }}
1616

1717
jobs:
1818
release:

.github/workflows/java-continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Java CI
1010
on: [push, pull_request]
1111
env:
1212
MVN_USR: ${{ secrets.MVN_USR }}
13-
MVN_PWD: ${{ secrets.MVN_USR }}
13+
MVN_PWD: ${{ secrets.MVN_PWD }}
1414

1515
jobs:
1616

0 commit comments

Comments
 (0)