Skip to content

Commit 8d4fad5

Browse files
committed
Add permissions section to GitHub Actions workflow
1 parent ff72b3a commit 8d4fad5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint_and_test.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
build-package:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)