Skip to content

Commit 159a238

Browse files
committed
Add missing permissions for update-deps
1 parent 148e658 commit 159a238

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-deps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
branches:
1010
- main
1111

12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
actions: write
16+
1217
jobs:
1318
native:
1419
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)