Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit 9456fd0

Browse files
authored
Update README.md
1 parent 6438061 commit 9456fd0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,14 @@ And the below script in the settings.xml file:
4646
</repositories>
4747
</profile>
4848
</profiles>
49+
50+
<servers>
51+
<server>
52+
<id>github</id>
53+
<username>USERNAME</username>
54+
<password>TOKEN</password>
55+
</server>
56+
</servers>
4957
</settings>
5058
```
59+
Replacing USERNAME with your GitHub username, and TOKEN with your personal access token (see [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)).

0 commit comments

Comments
 (0)