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 d117f72 commit 96c8903Copy full SHA for 96c8903
.github/workflows/deploy-preview.yml
@@ -161,10 +161,9 @@ jobs:
161
# 3. MODIFIED DEPLOYMENT STEP
162
- name: Deploy to Firebase
163
id: deploy_preview
164
- uses: FirebaseExtended/action-hosting-deploy@0cbcac4740c2bfb00d632f0b863b57713124eb5a # v0.9.0
+ uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.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