Skip to content

Commit ebcebe1

Browse files
committed
Repoint kattu ref to gpgupdate-masterj21 for GPG_PRIVATE_KEY support
The master-java21 branch of mosip/kattu does not declare GPG_PRIVATE_KEY as an accepted secret on maven-build.yml/ maven-publish-to-nexus.yml yet; that support currently only exists on the gpgupdate-masterj21 branch. Repoint the affected job refs so the newly-added secret is actually valid, per CodeRabbit review on mosip/commons#1845. Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
1 parent 08435aa commit ebcebe1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-trigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
build-maven-audit-manager:
27-
uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21
27+
uses: mosip/kattu/.github/workflows/maven-build.yml@gpgupdate-masterj21
2828
with:
2929
SERVICE_LOCATION: ./kernel/
3030
BUILD_ARTIFACT: kernel-auditmanager-service
@@ -39,7 +39,7 @@ jobs:
3939
publish_to_nexus:
4040
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name != 'release' && github.event_name != 'prerelease' && github.event_name != 'publish' }}"
4141
needs: build-maven-audit-manager
42-
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master-java21
42+
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@gpgupdate-masterj21
4343
with:
4444
SERVICE_LOCATION: ./kernel/
4545
secrets:

0 commit comments

Comments
 (0)