We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445c960 commit f20b03bCopy full SHA for f20b03b
1 file changed
.github/workflows/hosting.yml
@@ -28,8 +28,7 @@ jobs:
28
- name: Install Firebase CLI
29
run: npm i -g firebase-tools
30
31
- # IMPORTANT: No tokens in this file. We only reference GitHub Secrets.
32
- name: Deploy to Firebase Hosting
33
- run: firebase deploy --only hosting --project metly-87960515
+ run: firebase deploy --only hosting --project metly-62916
34
env:
35
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
0 commit comments