Skip to content

Commit 0a35b7d

Browse files
committed
Configured action permissions
1 parent afb4e5e commit 0a35b7d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Build and Test
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on:
36
push:
47
branches:

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Publish package maven
2+
permissions:
3+
contents: read
4+
pull-requests: read
25
on:
36
release:
47
types: [created]

0 commit comments

Comments
 (0)