Skip to content

Commit 583ffc8

Browse files
jkowalleckhboutemy
authored andcommitted
chore: GH workflow permissions
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent bd4e45d commit 583ffc8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Maven CI
22

33
on: [push, pull_request]
44

5+
permissions: {}
6+
57
jobs:
68
build:
79

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
branches:
55
- master
66

7-
permissions:
8-
contents: read
7+
permissions: {}
98

109
jobs:
1110
update_release_draft:

0 commit comments

Comments
 (0)