Skip to content

Commit 547a9d3

Browse files
authored
Merge pull request #6 from ElanHasson/ElanHasson-patch-1
Use GH Worker Token
2 parents 190e2ed + bf591d5 commit 547a9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
name: NuGets
7171
- 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}}
72+
run: dotnet nuget add source https://nuget.pkg.github.com/ElanHasson/index.json --name GitHub --username ElanHasson --password ${{secrets.GITHUB_TOKEN}}
7373
shell: pwsh
7474
- name: "Dotnet NuGet Push"
7575
run: dotnet nuget push .\*.nupkg --api-key ${{ github.token }} --source GitHub --skip-duplicate

0 commit comments

Comments
 (0)