Skip to content

Commit 11a75c6

Browse files
${{ github.token }}
1 parent e84c8db commit 11a75c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
8.0.x
2222
- name: Build and test
2323
run: |
24-
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
24+
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
2525
dotnet restore
2626
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
2727
env:
@@ -41,7 +41,7 @@ jobs:
4141
run: ulimit -n 1024
4242
- name: Build and test
4343
run: |
44-
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
44+
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
4545
dotnet restore
4646
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
4747
env:
@@ -59,7 +59,7 @@ jobs:
5959
8.0.x
6060
- name: Build and test
6161
run: |
62-
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
62+
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
6363
dotnet restore
6464
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
6565
env:

0 commit comments

Comments
 (0)