Skip to content

Commit 5fd6b1a

Browse files
Copilotmythz
andcommitted
Make authentication example more generic
Co-authored-by: mythz <89361+mythz@users.noreply.github.com>
1 parent ce5ce27 commit 5fd6b1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
# env:
2929
# NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
3030
# run: |
31-
# dotnet nuget add source "https://nuget.pkg.github.com/YOUR_ORG/index.json" \
32-
# --name "GitHub" \
31+
# dotnet nuget add source "https://YOUR_FEED_URL/index.json" \
32+
# --name "PrivateFeed" \
3333
# --username "YOUR_USERNAME" \
3434
# --password "$NUGET_API_KEY" \
3535
# --store-password-in-clear-text

0 commit comments

Comments
 (0)