Skip to content

Commit 6372c49

Browse files
committed
ci: scope down permissions for release.yml
1 parent e1b1932 commit 6372c49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
- main
55

66
name: Release
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
711
jobs:
812
release-please:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)