diff --git a/.github/workflows/build-and-deploy-site.yml b/.github/workflows/build-and-deploy-site.yml index 9fef4bab..70939c90 100644 --- a/.github/workflows/build-and-deploy-site.yml +++ b/.github/workflows/build-and-deploy-site.yml @@ -32,7 +32,7 @@ # 5. Upload built artifacts # 6. Deploy to GitHub Pages -# https://github.com/openMF/mifos-mobile-github-actions/blob/main/.github/workflows/build-and-deploy-site.yaml +# https://github.com/openMF/mifos-x-actionhub/blob/main/.github/workflows/build-and-deploy-site.yaml # ############################################################################## # DON'T EDIT THIS FILE UNLESS NECESSARY # @@ -59,7 +59,7 @@ permissions: jobs: build_and_deploy_web: name: Build And Deploy Web App - uses: openMF/mifos-mobile-github-actions/.github/workflows/build-and-deploy-site.yaml@main + uses: openMF/mifos-x-actionhub/.github/workflows/build-and-deploy-site.yaml@v1.0.0 secrets: inherit with: web_package_name: 'mifospay-web' # <-- Change with your web package name diff --git a/.github/workflows/monthly-version-tag.yml b/.github/workflows/monthly-version-tag.yml index 2efca79d..91aca829 100644 --- a/.github/workflows/monthly-version-tag.yml +++ b/.github/workflows/monthly-version-tag.yml @@ -38,7 +38,7 @@ # - 2024.02.0 (February 2024 initial release) # - 2024.02.1 (Potential patch for February 2024) -# https://github.com/openMF/mifos-mobile-github-actions/blob/main/.github/workflows/monthly-version-tag.yaml +# https://github.com/openMF/mifos-x-actionhub/blob/main/.github/workflows/monthly-version-tag.yaml # ############################################################################## # DON'T EDIT THIS FILE UNLESS NECESSARY # @@ -62,5 +62,5 @@ concurrency: jobs: monthly_release: name: Tag Monthly Release - uses: openMF/mifos-mobile-github-actions/.github/workflows/monthly-version-tag.yaml@main + uses: openMF/mifos-x-actionhub/.github/workflows/monthly-version-tag.yaml@v1.0.0 secrets: inherit diff --git a/.github/workflows/multi-platform-build-and-publish.yml b/.github/workflows/multi-platform-build-and-publish.yml index 085a10a1..c8bf3dea 100644 --- a/.github/workflows/multi-platform-build-and-publish.yml +++ b/.github/workflows/multi-platform-build-and-publish.yml @@ -51,7 +51,7 @@ # 3. Toggle platform-specific publishing flags # 4. Trigger workflow manually or via GitHub Actions UI -# https://github.com/openMF/mifos-mobile-github-actions/blob/main/.github/workflows/multi-platform-build-and-publish.yaml +# https://github.com/openMF/mifos-x-actionhub/blob/main/.github/workflows/multi-platform-build-and-publish.yaml # ############################################################################## # DON'T EDIT THIS FILE UNLESS NECESSARY # @@ -96,7 +96,7 @@ concurrency: jobs: multi_platform_build_and_publish: name: Multi-Platform Build and Publish - uses: openMF/mifos-mobile-github-actions/.github/workflows/multi-platform-build-and-publish.yaml@main + uses: openMF/mifos-x-actionhub/.github/workflows/multi-platform-build-and-publish.yaml@v1.0.0 with: release_type: ${{ inputs.release_type }} target_branch: ${{ inputs.target_branch }} diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 7b2d64ef..4c132605 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -55,7 +55,7 @@ # | `desktop_package_name` | Name of the Desktop project module | String | Yes | # -# https://github.com/openMF/mifos-mobile-github-actions/blob/main/.github/workflows/pr-check.yaml +# https://github.com/openMF/mifos-x-actionhub/blob/main/.github/workflows/pr-check.yaml # ############################################################################## # DON'T EDIT THIS FILE UNLESS NECESSARY # @@ -81,7 +81,7 @@ permissions: jobs: pr_checks: name: PR Checks - uses: openMF/mifos-mobile-github-actions/.github/workflows/pr-check.yaml@main + uses: openMF/mifos-x-actionhub/.github/workflows/pr-check.yaml@v1.0.0 secrets: inherit with: android_package_name: 'mifospay-android' # <-- Change Your Android Package Name diff --git a/.github/workflows/promote-to-production.yml b/.github/workflows/promote-to-production.yml index 01400a26..4d6e66d0 100644 --- a/.github/workflows/promote-to-production.yml +++ b/.github/workflows/promote-to-production.yml @@ -43,7 +43,7 @@ # end # ``` -# https://github.com/openMF/mifos-mobile-github-actions/blob/main/.github/workflows/promote-to-production.yaml +# https://github.com/openMF/mifos-x-actionhub/blob/main/.github/workflows/promote-to-production.yaml # ############################################################################## # DON'T EDIT THIS FILE UNLESS NECESSARY # @@ -70,6 +70,6 @@ jobs: # Job to promote app from beta to production in Play Store play_promote_production: name: Promote Beta to Production Play Store - uses: openMF/mifos-mobile-github-actions/.github/workflows/promote-to-production.yaml@main + uses: openMF/mifos-x-actionhub/.github/workflows/promote-to-production.yaml@v1.0.0 secrets: playstore_creds: ${{ secrets.PLAYSTORECREDS }}