feat: update settings.xml
All checks were successful
Release / release (push) Successful in 2m0s

This commit is contained in:
lucasdpt
2025-09-22 00:55:30 +02:00
parent d2e154b263
commit 643cb9da78

View File

@@ -6,7 +6,7 @@
<httpHeaders> <httpHeaders>
<property> <property>
<name>Authorization</name> <name>Authorization</name>
<value>token {access_token}</value> <value>token ${env.MAVEN_TOKEN}</value>
</property> </property>
</httpHeaders> </httpHeaders>
</configuration> </configuration>