File tree Expand file tree Collapse file tree 3 files changed +28
-4
lines changed
Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2025 Deutsche Telekom AG and others
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+
5+ name : CI
6+
7+ on :
8+ push :
9+ branches : [ main ]
10+
11+ jobs :
12+ CI :
13+ uses : eclipse-lmos/.github/.github/workflows/ci-main.yml@pipeline
14+ permissions :
15+ contents : read
16+ packages : write
17+ secrets :
18+ oss-username : ${{ secrets.OSSRH_USERNAME }}
19+ oss-password : ${{ secrets.OSSRH_PASSWORD }}
20+ signing-key-id : ${{ secrets.GPG_SUBKEY_ID }}
21+ signing-key : ${{ secrets.GPG_PRIVATE_KEY }}
22+ signing-key-password : ${{ secrets.GPG_PASSPHRASE }}
23+ registry-username : ${{ github.actor }}
24+ registry-password : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ name: CI
66
77on :
88 push :
9- branches :
10- - ' ** '
9+ branches-ignore :
10+ - ' main '
1111
1212jobs :
1313 CI :
14+ uses : eclipse-lmos/.github/.github/workflows/ci.yml@pipeline
1415 permissions :
1516 contents : read
1617 packages : write
17- uses : eclipse-lmos/.github/.github/workflows/ci.yml@pipeline
1818 secrets :
1919 oss-username : ${{ secrets.OSSRH_USERNAME }}
2020 oss-password : ${{ secrets.OSSRH_PASSWORD }}
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 CI :
15+ uses : eclipse-lmos/.github/.github/workflows/ci.yml@pipeline
1516 permissions :
1617 contents : write
1718 packages : write
18- uses : eclipse-lmos/.github/.github/workflows/ci.yml@pipeline
1919 secrets :
2020 oss-username : ${{ secrets.OSSRH_USERNAME }}
2121 oss-password : ${{ secrets.OSSRH_PASSWORD }}
You can’t perform that action at this time.
0 commit comments