Files
pathit/.mvn/settings.xml
Guillaume Dugas ead5bd9d8a
Some checks failed
Maven build / build (push) Failing after 1m25s
Project init
2025-08-26 20:33:11 +02:00

20 lines
582 B
XML

<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>gitea</id>
<configuration>
<httpHeaders>
<property>
<name>Authorization</name>
<value>token ${gitea.accessToken}</value>
</property>
</httpHeaders>
</configuration>
</server>
</servers>
</settings>