We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c52fc commit d117f72Copy full SHA for d117f72
.github/workflows/deploy-preview.yml
@@ -164,6 +164,7 @@ jobs:
164
uses: FirebaseExtended/action-hosting-deploy@0cbcac4740c2bfb00d632f0b863b57713124eb5a # v0.9.0
165
with:
166
repoToken: "${{ secrets.GITHUB_TOKEN }}"
167
+ firebaseServiceAccount: "${{ env.SERVICE_ACCOUNT_KEY }}"
168
projectId: pandev
169
expires: 30d
170
channelId: "pr${{ github.event.number }}"
0 commit comments