Skip to content

Commit

Permalink
[MOSIP-29113] Updated push_trigger (#1449)
Browse files Browse the repository at this point in the history
[MOSIP-25631]

Co-authored-by: syed-salman-technoforte <[email protected]>
  • Loading branch information
syedsalman3753 and syed-salman-technoforte authored Sep 6, 2023
1 parent d33c940 commit aa95a16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
SERVICE_LOCATION: ./
secrets:
OSSRH_URL: https://oss.sonatype.org/service/local/staging/deploy/maven2
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
Expand Down Expand Up @@ -82,6 +82,7 @@ jobs:
- SERVICE_LOCATION: 'kernel/kernel-salt-generator'
SERVICE_NAME: 'kernel-salt-generator'
BUILD_ARTIFACT: 'commons'
fail-fast: false
uses: mosip/kattu/.github/workflows/docker-build.yml@master
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
Expand Down

0 comments on commit aa95a16

Please sign in to comment.