Skip to content

Commit 0b8fa0e

Browse files
authored
Add permissions scope to CD
1 parent 15ed5ea commit 0b8fa0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
types:
88
- completed
99

10+
permissions:
11+
checks: read
12+
contents: write
13+
1014
jobs:
1115
maven-cd:
1216
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1

0 commit comments

Comments
 (0)