Skip to content

Commit e51eef4

Browse files
authored
Remove API key from NuGet push command
Removed API key from NuGet push command for security.
1 parent 30b0584 commit e51eef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
- name: Publish to NuGet
7070
run: |
7171
cd dotnet/mcpb
72-
dotnet nuget push ./artifacts/*.nupkg --api-key oy2p --source https://api.nuget.org/v3/index.json --skip-duplicate
72+
dotnet nuget push ./artifacts/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)