Skip to content

Commit 2e8df29

Browse files
committed
chore: Remove workflow permissions
1 parent 36d7711 commit 2e8df29

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
branches:
77
- main
88

9-
permissions:
10-
contents: write
11-
pull-requests: write
12-
139
jobs:
1410
run_checks:
1511
name: Run code checks
@@ -30,3 +26,4 @@ jobs:
3026
- run_unit_tests
3127
secrets:
3228
TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
29+

0 commit comments

Comments
 (0)