Skip to content

Possible incorrect sample code to add NuGet source for GitHub Packages #33778

@carlos-quintero

Description

@carlos-quintero

Code of Conduct

What article on docs.github.com is affected?

Working with the NuGet registry (https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry)

What part(s) of the article would you like to see updated?

The section Authenticating in a GitHub Actions workflow uses this code to add a Nuget feed source for GitHub Packages with the nuget registry:

dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/NAMESPACE/index.json"

and the instruction about the NAMESPACE placeholder is:

Replace NAMESPACE with the name of the personal account or organization to which your packages are scoped.

But nothing is said about the USERNAME placeholder. Which value should be used? (it cannot be omitted because the username parameter is mandatory in the command dotnet nuget add source if the password parameter is supplied).

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    actionsThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamhelp wantedAnyone is welcome to open a pull request to fix this issuepackagesThis issue or pull request should be reviewed by the docs packages team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions