Skip to content

Commit

Permalink
chore: Adds channelId and entryPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubax committed Mar 15, 2024
1 parent da53572 commit e162b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/task-5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: deploy
with:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
expires: 30d
projectId: your-Firebase-project-ID
channelId: live
entryPoint: website
- name: Get the deployment URL
run: echo "The deployment URL is ${{ steps.deploy.outputs.urls }}"

0 comments on commit e162b4e

Please sign in to comment.