Skip to content

Commit fc2e942

Browse files
add write permission to workflow
1 parent 5963725 commit fc2e942

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/FormatCheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
code-style:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: read
11+
pull-requests: write
912
steps:
1013
- uses: julia-actions/julia-format@v2
1114
with:

0 commit comments

Comments
 (0)