Add missing variables.

See #917
This commit is contained in:
Mark Paluch
2025-06-16 10:08:26 +02:00
parent 2c1a477a4e
commit abfbf87bf4
4 changed files with 17 additions and 13 deletions

View File

@@ -26,8 +26,8 @@
</server>
<server>
<id>central</id>
<username>${env.CENTRAL_TOKEN_USERNAME}</username>
<password>${env.CENTRAL_TOKEN_PASSWORD}</password>
<username>${env.CENTRAL_TOKEN_USR}</username>
<password>${env.CENTRAL_TOKEN_PSW}</password>
</server>
</servers>