Skip to content

Commit 775856c

Browse files
committed
Vaiable names update
1 parent 437b556 commit 775856c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/settings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</server>
1212
<server>
1313
<id>central</id>
14-
<username>${{ secrets.OSSRH_USERNAME_TOKEN }}</username>
15-
<password>${{ secrets.OSSRH_PASSWORD_TOKEN }}</password>
14+
<username>${{env.OSSRH_USERNAME_TOKEN }}</username>
15+
<password>${{env.OSSRH_PASSWORD_TOKEN }}</password>
1616
</server>
1717
</servers>
1818

0 commit comments

Comments
 (0)