Skip to content

Commit 79e3f8b

Browse files
Switch publish workflows to NuGetKey environment
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 39c11f2 commit 79e3f8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-mcp-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
publish:
1919
name: Publish Testimize.MCP.Server to NuGet.org
2020
runs-on: ubuntu-latest
21-
environment: production
21+
environment: NuGetKey
2222

2323
steps:
2424
- name: Checkout Code

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
publish:
2121
name: Publish Testimize to NuGet.org
2222
runs-on: ubuntu-latest
23-
environment: production
23+
environment: NuGetKey
2424

2525
steps:
2626
- name: Checkout Code

0 commit comments

Comments
 (0)