0
0

Add nuget token
Some checks failed
Test API / build (push) Failing after 27s

This commit is contained in:
Serghei Cebotari 2024-01-24 10:33:59 +03:00
parent 2a759b8d39
commit 3c2aff149c

View File

@ -15,5 +15,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0'
- name: Update nuget credits
run: dotnet nuget update source "Cebotari gitea" --username chebser --password ${{ secrets.NUGET_TOKEN }}
- name: Test
run: dotnet test