We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279c9bb commit 2b68d43Copy full SHA for 2b68d43
.github/workflows/firebase-release.yml
@@ -1,10 +1,6 @@
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:
@@ -15,5 +11,5 @@ jobs:
15
11
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-web-preview.yml@master
16
12
with:
17
13
firebase-host: ${{vars.FIREBASE_HOSTING_TARGET_RELEASE}}
18
- secrets: inherit
19
14
+ secrets:
+ FIREBASE_SERVICE_ACCOUNT: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
0 commit comments