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 190e2ed commit bf591d5Copy full SHA for bf591d5
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
with:
70
name: NuGets
71
- name: "Dotnet NuGet Add Source"
72
- run: dotnet nuget add source https://nuget.pkg.github.com/ElanHasson/index.json --name GitHub --username ElanHasson --password ${{secrets.GH_TOKEN}}
+ run: dotnet nuget add source https://nuget.pkg.github.com/ElanHasson/index.json --name GitHub --username ElanHasson --password ${{secrets.GITHUB_TOKEN}}
73
shell: pwsh
74
- name: "Dotnet NuGet Push"
75
run: dotnet nuget push .\*.nupkg --api-key ${{ github.token }} --source GitHub --skip-duplicate
0 commit comments