We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599d121 commit cfab0deCopy full SHA for cfab0de
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
8.0.x
22
- name: Build and test
23
run: |
24
- dotnet nuget add source --api-key ${GITHUB_TOKEN} --store-password-in-clear-text --name github https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
+ dotnet nuget add source --username user --password ${GITHUB_TOKEN} --store-password-in-clear-text --name github https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
25
dotnet restore
26
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
27
env:
0 commit comments