Skip to content

Commit 3a749a3

Browse files
committed
ci: add least-privilege permissions block
1 parent 2bf1d48 commit 3a749a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Tests
22

33
on: ['push', 'pull_request']
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
ci:
710
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)