Skip to content

Commit 3395004

Browse files
authored
Update firebase-release.yml
1 parent 5a6bab9 commit 3395004

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
##################################################################################
22
# Calls workflow from code repo
33
##################################################################################
4-
env:
5-
FIREBASE_SERVICE_ACCOUNT: ${{secrets.FIREBASE_SERVICE_ACCOUNT}}
6-
FIREBASE_CONFIG_RELEASE: ${{secrets.FIREBASE_CONFIG_RELEASE}}
7-
84
name: Firebase - release
95

106
on:
@@ -15,5 +11,5 @@ jobs:
1511
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-web-preview.yml@master
1612
with:
1713
firebase-host: ${{vars.FIREBASE_HOSTING_TARGET_RELEASE}}
18-
secrets: inherit
19-
14+
secrets:
15+
FIREBASE_SERVICE_ACCOUNT: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)