Skip to content

Commit 5ab6713

Browse files
authored
fix permission (#87)
1 parent a4c64b0 commit 5ab6713

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/push_format.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
811
jobs:
912
push_format:
10-
permissions:
11-
actions: write
12-
checks: write
13-
contents: write
14-
issues: write
15-
repository-projects: write
16-
pull-requests: write
1713
runs-on: ubuntu-latest
1814
steps:
1915
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)