Skip to content

Commit a0de9d9

Browse files
authored
Fix env (#2)
1 parent 7d062bb commit a0de9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
working-directory: ./src/Segment.PublicApi
1717
run: dotnet nuget push bin/Release/Segment.PublicApi.*.nupkg -k ${NUGET_API_KEY} --source https://api.nuget.org/v3/index.json --skip-duplicate
1818
env:
19-
GITHUB_TOKEN: ${{ secrets.NUGET_API_KEY }}
19+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)