Skip to content

Commit d6f9cd3

Browse files
committed
fix: fix release workflow
1 parent 7a669e5 commit d6f9cd3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "*.*.*"
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
release:
1013
runs-on: ubuntu-latest

src/categories/js/release-workflow/config/default.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ const content = readableMultilineString`
88
tags:
99
- "*.*.*"
1010
11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
release:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)