0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

User: Update info on configuring auth for maven package

This commit is contained in:
Andre601 2024-02-26 13:38:07 +00:00 committed by Earl Warren
parent 7dee6e6060
commit da8202b897

View file

@ -20,14 +20,8 @@ To register the package registry you first need to add your access token to the
<servers>
<server>
<id>forgejo</id>
<configuration>
<httpHeaders>
<property>
<name>Authorization</name>
<value>token {access_token}</value>
</property>
</httpHeaders>
</configuration>
<username>{owner}</username>
<password>{access_token}</password>
</server>
</servers>
</settings>