Skip to content

Commit 1be42ca

Browse files
add username in NuGet source (github#33798)
Co-authored-by: Vanessa <[email protected]>
1 parent b629e4a commit 1be42ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ dotnet nuget add source --username USERNAME --password {%raw%}${{ secrets.GITHUB
3737

3838
Replace `NAMESPACE` with the name of the personal account or organization {% ifversion packages-nuget-v2 %}to which your packages are scoped{% else %}that owns the repository where your packages are hosted{% endif %}.
3939

40+
Replace `USERNAME` with the username to be used when connecting to an authenticated source.
41+
4042
{% ifversion packages-nuget-v2 %}{% else %}{% data reusables.package_registry.authenticate-packages-github-token %}{% endif %}
4143

4244
{% ifversion packages-nuget-v2 %}

0 commit comments

Comments
 (0)