diff --git a/.github/workflows/internal-build.yml b/.github/workflows/internal-build.yml index bb9f3962ea..7b0af524c9 100644 --- a/.github/workflows/internal-build.yml +++ b/.github/workflows/internal-build.yml @@ -7,11 +7,11 @@ on: beta-release: description: 'Beta release?' required: true - default: 'No' + default: "false" type: choice options: - - Yes - - No + - false + - true buildname: description: 'Build App For' required: true @@ -64,6 +64,7 @@ jobs: build-android: uses: tw-mosip/kattu/.github/workflows/android-publish.yml@add-inji-workflows with: + BETA_RELEASE: ${{ inputs.beta-release }} NODE_VERSION: '16.x' RELEASE_KEYSTORE_ALIAS: androidreleasekey MIMOTO_HOST: ${{ inputs.mimotoBackendServiceUrl }} diff --git a/.github/workflows/push-triggers.yml b/.github/workflows/push-triggers.yml index 6efd69edbc..66940ae418 100644 --- a/.github/workflows/push-triggers.yml +++ b/.github/workflows/push-triggers.yml @@ -38,4 +38,5 @@ jobs: secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: https://sonarcloud.io - SONAR_ORGANIZATION: ${{ secrets.ORG_KEY }} \ No newline at end of file + SONAR_ORGANIZATION: ${{ secrets.ORG_KEY }} + SLACK_URL: '${{ secrets.SLACK_WEBHOOK }}' diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 41cc2a13a6..2acd085a45 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -25,7 +25,7 @@ on: jobs: tag-branch: - uses: mosip/kattu/.github/workflows/tag.yml@master + uses: tw-mosip/kattu/.github/workflows/tag.yml@add-inji-workflows with: TAG: ${{ inputs.TAG }} BODY: ${{ inputs.BODY }}