Skip to content

Commit b84a803

Browse files
author
Joao Felipe Rocha
committed
enable workflows to pull and push to organize the pre-commits
1 parent 1961289 commit b84a803

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
pull_request:
77
types: [opened, synchronize, reopened, ready_for_review]
88

9-
permissions: write-all
9+
permissions:
10+
contents: write
11+
workflows: write
1012

1113
concurrency:
1214
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)