Skip to content

Commit 0c4096a

Browse files
authored
Add GITHUB_TOKEN permissions for format job (#2294)
Closes #2293
1 parent b9f2cc0 commit 0c4096a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/Format.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ concurrency:
1919
jobs:
2020
format:
2121
runs-on: ubuntu-latest
22+
23+
permissions:
24+
contents: read
25+
checks: write
26+
issues: write
27+
pull-requests: write
28+
2229
steps:
2330
- uses: actions/checkout@v4
2431
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)