Skip to content

Commit a2bb6e9

Browse files
committed
chore: update permissions in release workflow for checks and pull requests
1 parent 2a9decb commit a2bb6e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
pull_request:
77

88
permissions:
9-
contents: read # for checkout
9+
contents: read
10+
checks: write
11+
pull-requests: write
1012

1113
jobs:
1214
build:

0 commit comments

Comments
 (0)