Skip to content

Commit 6248f3a

Browse files
authored
Merge pull request #11 from Attumm/v1.7.1-pre-release
Added permission read on GitHub action
2 parents 4aa093a + 08abe10 commit 6248f3a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
branches: [ main ]
55
pull_request:
66
branches: [ main ]
7+
8+
permissions:
9+
contents: read
10+
711
jobs:
812
test:
913
name: Test and Coverage

.github/workflows/unit-tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
branches: [ '*' ]
55
pull_request:
66
branches: [ '*' ]
7+
8+
permissions:
9+
contents: read
10+
711
jobs:
812
test:
913
name: Unit Test Detection Tests

0 commit comments

Comments
 (0)