We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f58c9cd + 59a7c13 commit e1d0c6fCopy full SHA for e1d0c6f
2 files changed
.github/workflows/release.yml
@@ -5,8 +5,8 @@ on:
5
- 'v*' # Triggers on any tag starting with v (e.g. v1.0.0, v1.0.0-beta.1)
6
7
permissions:
8
- id-token: write # Required for OIDC
9
- contents: read
+ id-token: write # Required for OIDC (NPM Trusted Publishing)
+ contents: write # Required for pushing docs and creating github releases
10
11
jobs:
12
# ------------------------------------------------------------------
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Fixed
+
+- github action permissions to allow docs and github release jobs
13
14
## [9.0.1] - 2026-02-04
15
16
### Fixed
0 commit comments