Skip to content

Commit 3d3b752

Browse files
committed
Fixes nuget publish
1 parent 61bf753 commit 3d3b752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- uses: ./.github/actions/publish_nuget
109109
name: Publish Nuget Packages to GitHub
110110
with:
111-
nugetApiKey: ${{ secrets.NUGET_API_KEY }}
111+
nugetApiKey: ${{ secrets.GITHUB_TOKEN }}
112112
nugetPackageSource: ${{ vars.NUGET_PACKAGE_SOURCE }}
113113
nugetPackageDirectory: $PWD/packages
114114

0 commit comments

Comments
 (0)