File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,10 @@ jobs:
3232 with :
3333 dotnet-version : ${{ env.DOTNET_VERSION }}
3434
35- - name : Add Local Package Source
36- run : dotnet nuget add source ${{ github.workspace }}/blazor-progress-rag-demo/packages --name LocalPackages
37-
38- - name : Add Telerik Package Source
39- run : dotnet nuget update source "telerik" --source "https://nuget.telerik.com/v3/index.json" --username api-key --password ${{ secrets.TELERIK_API_KEY }}
40-
4135 - name : Build with dotnet
4236 run : dotnet build --configuration Release
37+ env :
38+ TELERIK_API_KEY : ${{ secrets.TELERIK_API_KEY }}
4339
4440 - name : dotnet publish
4541 run : dotnet publish -c Release -o ./publish
Original file line number Diff line number Diff line change 77 <packageSourceCredentials >
88 <telerik >
99 <add key =" Username" value =" api-key" />
10- <add key =" ClearTextPassword" value =" YOUR_API_KEY " />
10+ <add key =" ClearTextPassword" value =" %TELERIK_API_KEY% " />
1111 </telerik >
1212 </packageSourceCredentials >
1313</configuration >
You can’t perform that action at this time.
0 commit comments