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 6236d2f commit 2cc1391Copy full SHA for 2cc1391
.github/workflows/build.yml
@@ -108,3 +108,5 @@ jobs:
108
- name: Publish to NuGet
109
run: |
110
dotnet nuget push "dist/Confluent.Kafka*.nupkg" --source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --api-key ${GITHUB_TOKEN}
111
+ env:
112
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments