Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 9bfb335

Browse files
committed
Add nuget credentials for kiota source
1 parent 04384aa commit 9bfb335

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-cli.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
uses: actions/setup-dotnet@v1
1111
with:
1212
dotnet-version: 6.x
13+
- name: Add NuGet kiota source
14+
# TODO: Add NUGET_USER and NUGET_PASSWORD secrets
15+
# TODO: Add NUGET_URL to env
16+
run: |
17+
dotnet nuget add source ${{env.NUGET_URL}} -n github -u ${{secrets.NUGET_USER}} -p ${{secrets.NUGET_PASSWORD}}
1318
- uses: actions/cache@v2
1419
with:
1520
path: ~/.nuget/packages

0 commit comments

Comments
 (0)