Skip to content

Commit 392b481

Browse files
authored
ci: update release.yml
1 parent 4f4c2bd commit 392b481

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66
- main
77
workflow_dispatch:
88

9-
permissions: write-all
10-
119
jobs:
1210
release:
1311
name: Release
1412
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
15+
pull-requests: write
1516
outputs:
1617
release_created: ${{ steps.release.outputs.release_created }}
1718
steps:

0 commit comments

Comments
 (0)