Skip to content

Commit 51fd47f

Browse files
authored
Update maven-deploy.yml
1 parent b60d059 commit 51fd47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- name: Deploy to JavaWebStack Repository
1515
run: mvn deploy -s build/settings.xml
1616
env:
17-
DEPLOYMENT_USERNAME: ${{ DEPLOYMENT_USERNAME }}
18-
DEPLOYMENT_PASSWORD: ${{ DEPLOYMENT_PASSWORD }}
17+
DEPLOYMENT_USERNAME: ${{ secrets.DEPLOYMENT_USERNAME }}
18+
DEPLOYMENT_PASSWORD: ${{ secrets.DEPLOYMENT_PASSWORD }}

0 commit comments

Comments
 (0)