Skip to content

Commit

Permalink
Update push-trigger.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
  • Loading branch information
Prafulrakhade authored Dec 6, 2024
1 parent dfe99b0 commit 0aa6c1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ on:
description: 'Provide artifactory branch'
required: true
type: string
publish_type:
description: 'Provide publish type: main or beta'
required: true
type: string
push:
branches:
- develop
Expand Down Expand Up @@ -106,7 +102,6 @@ jobs:
uses: mosip/kattu/.github/workflows/npm-publish-to-npm-registry.yml@master
with:
SERVICE_LOCATION: ./secure-biometric-interface-integrator
PUBLISH_TYPE: ${{ github.event.inputs.publish_type }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit 0aa6c1c

Please sign in to comment.