Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sirishgf authored Oct 19, 2023
1 parent c96d563 commit 577cae7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ jobs:
service_account: '[email protected]'

- id: 'deploy'
uses: 'google-github-actions/deploy-cloud-functions@v1'
uses: 'jxw1102/action-functions[email protected]'
with:
name: 'updateDashboard'
runtime: 'nodejs18'

# Example of using the output
- id: 'test'
run: 'curl "${{ steps.deploy.outputs.url }}"'
firebaseServiceAccount: "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}"
projectId: "${{ secrets.FIREBASE_PROJECT }}"

0 comments on commit 577cae7

Please sign in to comment.