Skip to content

Commit f92ad24

Browse files
authored
fix: Adds Firebase token to deploy step (#706)
Firebase has updated their security requirements, now a token is required. This change adds a token to the deploy step.
1 parent 4f6632b commit f92ad24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104

105105
- name: Deploy to Firebase Hosting
106106
run: firebase deploy --only hosting
107+
env:
108+
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
107109

108110
- name: Create temporary branch
109111
run: git checkout -b temp-build-branch

0 commit comments

Comments
 (0)