mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 13:56:52 +00:00
chore: Updated Workflow Name & Version (#1862)
This commit is contained in:
parent
3d7ff44ffc
commit
cfa79b9312
4
.github/workflows/build-and-deploy-site.yml
vendored
4
.github/workflows/build-and-deploy-site.yml
vendored
@ -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
|
||||
|
||||
4
.github/workflows/monthly-version-tag.yml
vendored
4
.github/workflows/monthly-version-tag.yml
vendored
@ -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
|
||||
|
||||
@ -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 }}
|
||||
|
||||
4
.github/workflows/pr-check.yml
vendored
4
.github/workflows/pr-check.yml
vendored
@ -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
|
||||
|
||||
4
.github/workflows/promote-to-production.yml
vendored
4
.github/workflows/promote-to-production.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user