Skip to content

Commit 1eaa834

Browse files
committed
ci: drop unnecessary contents:write from lint/test workflows
1 parent 76c913b commit 1eaa834

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint Code (Checkstyle and Spotbugs)
33
on: push
44

55
permissions:
6-
contents: write
6+
contents: read
77

88
defaults:
99
run:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run Tests
33
on: push
44

55
permissions:
6-
contents: write
6+
contents: read
77

88
defaults:
99
run:

0 commit comments

Comments
 (0)