Skip to content

Commit dbe8d65

Browse files
committed
add write permission to dependabot workflow
1 parent 69b51c1 commit dbe8d65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Dependabot Actions
22

3+
permissions:
4+
contents: write
5+
pull-requests: write
6+
37
on:
48
push:
59
branches:

0 commit comments

Comments
 (0)