Skip to content

Commit af37b04

Browse files
authored
Increase permissions when updating dependencies (#1696)
* Try changing the permissions * See what happens with the old token
1 parent 2d0d46f commit af37b04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-dependencies.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ on:
2121
description: 'optional comment to add to PR'
2222
default: ''
2323

24+
permissions: write-all
25+
2426
env:
2527
branchPrefix: "workflow/auto-update-deps-"
2628
triggerTestsLabel: "tests-requested: quick"

0 commit comments

Comments
 (0)