Skip to content

Commit 59da34f

Browse files
committed
Add 'write' permissions for PRs in check-breaking-prs.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 0ee5931 commit 59da34f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-breaking-prs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: '0 8 * * *'
66
workflow_dispatch:
77

8+
permissions:
9+
actions: write
10+
811
jobs:
912
pr-verify-job:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)