Commit ed41df5 1 parent 2710731 commit ed41df5 Copy full SHA for ed41df5
File tree 5 files changed +23
-4
lines changed
5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
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
12
12
secrets : inherit
Original file line number Diff line number Diff line change 16
16
default : Automated PR creation from actions
17
17
jobs :
18
18
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
20
20
with :
21
21
pr-title : ${{ inputs.pr-title }}
22
22
pr-body : ${{ inputs.pr-body }}
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
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
14
14
secrets : inherit
15
15
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
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
13
13
secrets : inherit
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments