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

Commit

Permalink
Add token as password to Deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
terahidro2003 authored Sep 6, 2024
1 parent 3a96f4d commit 8534f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: maven
server-id: ossrh
server-username: SONATYPE_USERNAME
server-token: SONATYPE_TOKEN
server-password: SONATYPE_TOKEN
- run: mvn -B -U clean deploy -Dsign-artifacts
env:
SONATYPE_USERNAME: ${{ vars.SONATYPE_USERNAME }}
Expand Down

0 comments on commit 8534f13

Please sign in to comment.