Skip to content

Commit cac33c3

Browse files
CopilotNugine
andcommitted
Add explicit permissions to coverage workflow
Co-authored-by: Nugine <30099658+Nugine@users.noreply.github.com>
1 parent 3911a0d commit cac33c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
jobs:
1313
coverage:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
1517
steps:
1618
- uses: actions/checkout@v4
1719
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)