Skip to content

Commit 296f929

Browse files
authored
Merge pull request #63 from IDEMSInternational/workflow
Updated actions to point to open-app-builder
2 parents 2710731 + ed41df5 commit 296f929

5 files changed

+23
-4
lines changed

.github/workflows/android-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88

99
jobs:
1010
android_release:
11-
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-android-release.yml@master
11+
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-android-release.yml@master
1212
secrets: inherit

.github/workflows/content-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
default: Automated PR creation from actions
1717
jobs:
1818
sync_content:
19-
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-content-sync.yml@master
19+
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-content-sync.yml@master
2020
with:
2121
pr-title: ${{ inputs.pr-title }}
2222
pr-body: ${{ inputs.pr-body }}

.github/workflows/deploy-firebase.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ on:
1010

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

.github/workflows/deploy-pr-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ on:
99

1010
jobs:
1111
pr_preview:
12-
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-deploy-pr-preview.yml@master
12+
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-pr-preview.yml@master
1313
secrets: inherit
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
##################################################################################
2+
# Calls workflow from code repo
3+
##################################################################################
4+
env:
5+
FIREBASE_SERVICE_ACCOUNT: ${{secrets.FIREBASE_SERVICE_ACCOUNT}}
6+
FIREBASE_CONFIG_RELEASE: ${{secrets.FIREBASE_CONFIG_RELEASE}}
7+
8+
name: Firebase - release
9+
10+
on:
11+
workflow_dispatch:
12+
13+
jobs:
14+
web_preview:
15+
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-web-preview.yml@master
16+
with:
17+
firebase-host: ${{vars.FIREBASE_HOSTING_TARGET_RELEASE}}
18+
secrets: inherit
19+

0 commit comments

Comments
 (0)