Skip to content

Commit a8f96f0

Browse files
author
Patrick Schwager
committed
x
1 parent 5ad9d10 commit a8f96f0

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

.github/workflows/ci-main.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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 }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ name: CI
66

77
on:
88
push:
9-
branches:
10-
- '**'
9+
branches-ignore:
10+
- 'main'
1111

1212
jobs:
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 }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ on:
1212

1313
jobs:
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 }}

0 commit comments

Comments
 (0)