We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf8463 commit 501cba4Copy full SHA for 501cba4
.github/workflows/deploy-firebase.yml
@@ -11,5 +11,5 @@ on:
11
jobs:
12
web_preview:
13
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-web-preview.yml@master
14
- secrets: inherit
15
-
+ secrets:
+ FIREBASE_SERVICE_ACCOUNT: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
0 commit comments