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:
parent
7dee6e6060
commit
da8202b897
1 changed files with 2 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue