We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6c29e commit f305bb2Copy full SHA for f305bb2
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ on:
11
12
jobs:
13
CI:
14
+ permissions:
15
+ packages: write
16
uses: eclipse-lmos/.github/.github/workflows/ci.yml@pipeline
17
secrets:
18
oss-username: ${{ secrets.OSSRH_USERNAME }}
.github/workflows/release.yml
@@ -12,6 +12,9 @@ on:
+ contents: write
19
20
0 commit comments