Skip to content

Commit

Permalink
Merge pull request #107 from IDEMSInternational/workflow
Browse files Browse the repository at this point in the history
Updated actions to point to open-app-builder
  • Loading branch information
ChrisMarsh82 authored Jun 5, 2024
2 parents bafeaf7 + 49cab19 commit 78ee0df
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
android_release:
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-android-release.yml@master
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-android-release.yml@master
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/content-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
default: Automated PR creation from actions
jobs:
sync_content:
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-content-sync.yml@master
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-content-sync.yml@master
with:
pr-title: ${{ inputs.pr-title }}
pr-body: ${{ inputs.pr-body }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
web_preview:
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-deploy-web-preview.yml@master
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-web-preview.yml@master
secrets: inherit

2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
pr_preview:
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-deploy-pr-preview.yml@master
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-pr-preview.yml@master
secrets: inherit
19 changes: 19 additions & 0 deletions .github/workflows/firebase-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
##################################################################################
# Calls workflow from code repo
##################################################################################
env:
FIREBASE_SERVICE_ACCOUNT: ${{secrets.FIREBASE_SERVICE_ACCOUNT}}
FIREBASE_CONFIG_RELEASE: ${{secrets.FIREBASE_CONFIG_RELEASE}}

name: Firebase - release

on:
workflow_dispatch:

jobs:
web_preview:
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-web-preview.yml@master
with:
firebase-host: ${{vars.FIREBASE_HOSTING_TARGET_RELEASE}}
secrets: inherit

0 comments on commit 78ee0df

Please sign in to comment.