Skip to content

Commit 9a4522d

Browse files
committed
chore: scope GITHUB_TOKEN to contents: read in workflows
1 parent e0c01cd commit 9a4522d

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)