Skip to content

Commit a815284

Browse files
committed
Fix for deployment
1 parent e833aba commit a815284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
<server>
6868
<id>ossrh</id>
6969
<username>${{ secrets.OSSRH_USERNAME }}</username>
70-
<password>asdasd</password>
70+
<password>${{ secrets.OSSRH_TOKEN }}</password>
7171
</server>
7272
</servers>
7373
</settings>" > $HOME/.m2/settings.xml

0 commit comments

Comments
 (0)