Skip to content

Commit a833a27

Browse files
authored
Update tests.yml to include permissions
Add permissions section to GitHub Actions workflow Signed-off-by: nuno maduro <enunomaduro@gmail.com>
1 parent 0439c26 commit a833a27

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)