Skip to content

Commit 8d20072

Browse files
committed
Set read permission on build workflow
1 parent a481772 commit 8d20072

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
pull_request:
1010
branches: [ master ]
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
build:
1417

0 commit comments

Comments
 (0)