Skip to content

Commit fb4b198

Browse files
fix(ci): add workflow-level permissions for GITHUB_TOKEN release creation
1 parent ffd2b9a commit fb4b198

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
- 'ontoserver-extras-v*'
88
- 'ontoserver-indexer-v*'
99

10+
permissions:
11+
contents: write
12+
pages: write
13+
packages: write
14+
1015
env:
1116
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1217

0 commit comments

Comments
 (0)