Skip to content

Commit becf6d5

Browse files
committed
ci: add explicit contents read permission to MSRV job
1 parent 0de0226 commit becf6d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ jobs:
208208
msrv:
209209
name: Check MSRV
210210
runs-on: ubuntu-latest
211+
permissions:
212+
contents: read
211213
steps:
212214
- uses: actions/checkout@v7
213215

0 commit comments

Comments
 (0)