Skip to content

Commit 399c714

Browse files
committed
Add permissions for build step of the workflow
1 parent e43af6e commit 399c714

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111

1212
jobs:
1313
build:
14+
permissions:
15+
contents: read
1416
strategy:
1517
matrix:
1618
java: [8, 11, 17, 21]

0 commit comments

Comments
 (0)