Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhlznva committed Oct 28, 2024
1 parent 28cd66d commit 3f5057f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Install Firebase CLI
run: npm install -g firebase-tools

- name: Check Firebase token
run: echo "Firebase token is ${{ secrets.FIREBASE_TOKEN }}" # Для перевірки, видаліть після тесту

- name: Deploy to Firebase Hosting
run: firebase deploy --only hosting --token ${{ secrets.FIREBASE_TOKEN }}

Expand Down

0 comments on commit 3f5057f

Please sign in to comment.