Skip to content

Commit 7b07209

Browse files
authored
ci: update pre-commit workflow permissions to write (#683)
Change `contents` permission from `read` to `write` in the pre-commit workflow.
1 parent e599010 commit 7b07209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
- '!dependabot/**'
2727

2828
permissions:
29-
contents: read
29+
contents: write
3030

3131
jobs:
3232
pre-commit:

0 commit comments

Comments
 (0)