Skip to content

Commit 8776554

Browse files
committed
fix(ci): add top-level read-all permissions to pre-commit-autoupdate workflow
1 parent af93337 commit 8776554

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- cron: '0 8 * * 1'
66
workflow_dispatch: {}
77

8+
permissions: read-all
9+
810
jobs:
911
update:
1012
runs-on: 'ubuntu-latest'

0 commit comments

Comments
 (0)