Skip to content

Commit 96c8903

Browse files
authored
Update deploy-preview.yml
1 parent d117f72 commit 96c8903

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,9 @@ jobs:
161161
# 3. MODIFIED DEPLOYMENT STEP
162162
- name: Deploy to Firebase
163163
id: deploy_preview
164-
uses: FirebaseExtended/action-hosting-deploy@0cbcac4740c2bfb00d632f0b863b57713124eb5a # v0.9.0
164+
uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0
165165
with:
166166
repoToken: "${{ secrets.GITHUB_TOKEN }}"
167-
firebaseServiceAccount: "${{ env.SERVICE_ACCOUNT_KEY }}"
168167
projectId: pandev
169168
expires: 30d
170169
channelId: "pr${{ github.event.number }}"

0 commit comments

Comments
 (0)