0
0

Update .gitea/workflows/test.yaml
Some checks failed
Test API / build (push) Has been cancelled

This commit is contained in:
Serghei Cebotari 2024-01-24 10:35:28 +03:00
parent 3c2aff149c
commit 58bdc5d261

View File

@ -16,6 +16,6 @@ jobs:
with:
dotnet-version: '8.0'
- name: Update nuget credits
run: dotnet nuget update source "Cebotari gitea" --username chebser --password ${{ secrets.NUGET_TOKEN }}
run: dotnet nuget update source "Cebotari gitea" --username chebser --password ${{ secrets.NUGET_TOKEN }} --store-password-in-clear-text
- name: Test
run: dotnet test