Skip to content

Commit e1d0c6f

Browse files
authored
Merge pull request #1012 from oneblink/AP-7007
AP-7007 # Fixed github action permissions to allow docs and github re…
2 parents f58c9cd + 59a7c13 commit e1d0c6f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
- 'v*' # Triggers on any tag starting with v (e.g. v1.0.0, v1.0.0-beta.1)
66

77
permissions:
8-
id-token: write # Required for OIDC
9-
contents: read
8+
id-token: write # Required for OIDC (NPM Trusted Publishing)
9+
contents: write # Required for pushing docs and creating github releases
1010

1111
jobs:
1212
# ------------------------------------------------------------------

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- github action permissions to allow docs and github release jobs
13+
1014
## [9.0.1] - 2026-02-04
1115

1216
### Fixed

0 commit comments

Comments
 (0)