Skip to content

Commit bd34eae

Browse files
committed
fix(ci): add permissions to release workflow
1 parent 5906607 commit bd34eae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
if: ${{ github.repository_owner == 'junwen-k' }}
1414
runs-on: ubuntu-latest
1515

16+
permissions:
17+
contents: write
18+
pull-requests: write
19+
1620
strategy:
1721
matrix:
1822
node-version: [20.13.1]

0 commit comments

Comments
 (0)