Skip to content

Commit 382b8e4

Browse files
authored
Add permissions for contents in formats workflow (#6)
1 parent 6afa815 commit 382b8e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/formats.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Formats
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)