Skip to content

Commit cbdda30

Browse files
authored
Add write permissions for contents in bump workflow
1 parent cc96505 commit cbdda30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bump.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
schedule:
66
- cron: '0 8 * * *'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
bump:
1013
name: Search for dependency updates

0 commit comments

Comments
 (0)