Skip to content

Commit 8930338

Browse files
fix(ci): add id-token permission for npm provenance
1 parent 2d9632d commit 8930338

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/github-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
permissions:
1414
contents: write
15+
id-token: write
1516

1617
jobs:
1718
release:

docs/release-notes/RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Authoritative history of user-visible changes for the Development Workflow MCP S
44

55
| Version | Date | Notes |
66
|---------|------|-------|
7+
| 1.7.3 | 2025-12-16 | **ci:** add web dependencies installation step (7d5dc62) |
78
| 1.7.2 | 2025-12-16 | **ci:** consolidate release and publish workflows (98e5b31) |
89
| 1.7.1 | 2025-12-16 | build errors and warnings (dc24831) |
910
| 1.7.0 | 2025-12-16 | See CHANGELOG for details. |
@@ -17,6 +18,13 @@ Authoritative history of user-visible changes for the Development Workflow MCP S
1718

1819

1920

21+
22+
## 1.7.3 – 🐛 Bug Fixes
23+
24+
Released on **2025-12-16**.
25+
26+
- **ci:** add web dependencies installation step (7d5dc62)
27+
2028
## 1.7.2 – 🐛 Bug Fixes
2129

2230
Released on **2025-12-16**.

0 commit comments

Comments
 (0)