Skip to content

Commit 50d5a89

Browse files
authored
fix default permissions (#90)
1 parent f509a39 commit 50d5a89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ toolkit for Ethereum application development.
88
```yml
99
name: CI
1010

11-
permissions:
12-
contents: read
11+
permissions: {}
1312

1413
on:
1514
push:
@@ -23,6 +22,8 @@ jobs:
2322
check:
2423
name: Foundry project
2524
runs-on: ubuntu-latest
25+
permissions:
26+
contents: read
2627
steps:
2728
- uses: actions/checkout@v5
2829
with:

0 commit comments

Comments
 (0)