We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2dea7 commit dcc948dCopy full SHA for dcc948d
.github/workflows/deploy-pr-preview.yml
@@ -10,4 +10,5 @@ on:
10
jobs:
11
pr_preview:
12
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-pr-preview.yml@master
13
- secrets: inherit
+ secrets:
14
+ FIREBASE_SERVICE_ACCOUNT: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
0 commit comments