Skip to content

Commit 007ee78

Browse files
committed
Add production environment to MCP publishing workflow
1 parent 1f835c2 commit 007ee78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
publish:
1111
runs-on: ubuntu-latest
12+
environment:
13+
name: production
1214
permissions:
1315
contents: read
1416
id-token: write

0 commit comments

Comments
 (0)