Skip to content

Commit 0c4b2de

Browse files
committed
chore(ci): Remove unneeded default permissions
1 parent 7b0ad2d commit 0c4b2de

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
rustfmt:
5454
name: Rustfmt
5555
runs-on: ubuntu-latest
56+
permissions:
57+
contents: read
5658
steps:
5759
- uses: actions/checkout@v4
5860
with:

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
upload-crates-io:
2828
runs-on: ubuntu-latest
29+
permissions:
30+
contents: read
2931
steps:
3032
- uses: actions/checkout@v4
3133
with:

0 commit comments

Comments
 (0)