You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,5 +46,14 @@ And the below script in the settings.xml file:
46
46
</repositories>
47
47
</profile>
48
48
</profiles>
49
+
50
+
<servers>
51
+
<server>
52
+
<id>github</id>
53
+
<username>USERNAME</username>
54
+
<password>TOKEN</password>
55
+
</server>
56
+
</servers>
49
57
</settings>
50
58
```
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