Skip to content

Commit f305bb2

Browse files
author
Patrick Schwager
committed
x
1 parent 8b6c29e commit f305bb2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

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

1212
jobs:
1313
CI:
14+
permissions:
15+
packages: write
1416
uses: eclipse-lmos/.github/.github/workflows/ci.yml@pipeline
1517
secrets:
1618
oss-username: ${{ secrets.OSSRH_USERNAME }}

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212

1313
jobs:
1414
CI:
15+
permissions:
16+
contents: write
17+
packages: write
1518
uses: eclipse-lmos/.github/.github/workflows/ci.yml@pipeline
1619
secrets:
1720
oss-username: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)