Skip to content

Commit 9ffc4e7

Browse files
Fix central token secret reference
1 parent 4262e31 commit 9ffc4e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ jobs:
129129
run: mvn --batch-mode deploy -DskipTests
130130
env:
131131
CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
132-
CENTRAL_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}
132+
CENTRAL_TOKEN: ${{ secrets.CENTRAL_TOKEN }}

0 commit comments

Comments
 (0)