Created
July 27, 2021 08:57
-
-
Save wp-wachi/6a6cc2c7519643bb5e462b30b0691621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<settings> | |
<servers> | |
<server> | |
<id>gitlab-maven</id> | |
<configuration> | |
<httpHeaders> | |
<property> | |
<name>Private-Token</name> | |
<value>REPLACE_WITH_YOUR_PERSONAL_ACCESS_TOKEN</value> | |
</property> | |
</httpHeaders> | |
</configuration> | |
</server> | |
</servers> | |
</settings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment