Skip to content

Commit e84c8db

Browse files
env
1 parent 4982d78 commit e84c8db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
2930
osx-build:
3031
runs-on: macos-13
3132
steps:
@@ -43,6 +44,8 @@ jobs:
4344
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
4445
dotnet restore
4546
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
47+
env:
48+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4649

4750
windows-build:
4851
runs-on: windows-latest
@@ -59,6 +62,8 @@ jobs:
5962
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
6063
dotnet restore
6164
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
65+
env:
66+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6267

6368
package:
6469
needs: [windows-build, osx-build, linux-build]

0 commit comments

Comments
 (0)