File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
8.0.x
22
22
- name : Build and test
23
23
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
25
25
dotnet restore
26
26
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
27
27
env :
41
41
run : ulimit -n 1024
42
42
- name : Build and test
43
43
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
45
45
dotnet restore
46
46
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
47
47
env :
59
59
8.0.x
60
60
- name : Build and test
61
61
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
63
63
dotnet restore
64
64
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
65
65
env :
You can’t perform that action at this time.
0 commit comments