Skip to content

Commit 89e61b4

Browse files
committed
using PAT secret
Signed-off-by: Peter Kirschner <peter@klib.io>
1 parent 3f68caa commit 89e61b4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
- name: Release Build
3838
env:
3939
SONATYPE_BEARER: ${{ secrets.SONATYPE_BEARER }}
40+
GITHUB_BEARER: ${{ secrets.GH_PAT_public_read_example_pde_rcp_2026 }}
4041
run: |
4142
./gradlew --version
42-
./gradlew --no-daemon clean release
43+
./gradlew --no-daemon clean build testOSGi release
4344
4445
- name: Collect dist file list
4546
id: collect-dist-files
@@ -143,5 +144,5 @@ jobs:
143144

144145
- name: Build (no artifact upload)
145146
env:
146-
GITHUB_BEARER: ${{ secrets.GITHUB_BEARER }}
147+
GITHUB_BEARER: ${{ secrets.GH_PAT_public_read_example_pde_rcp_2026 }}
147148
run: ./gradlew --no-daemon clean build

0 commit comments

Comments
 (0)