Skip to content

Commit

Permalink
Improved: merge workflow as it fails due to missing firebase hosting(#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Nov 16, 2023
1 parent c023297 commit 5bfec95
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- main
jobs:
call-workflow-in-another-repo:
uses: hotwax/dxp-components/.github/workflows/common-firebase-hosting-merge.yml@main
with:
config-path: .github/labeler.yml
secrets:
envPAT: ${{ secrets.envPAT }}
HOTWAX_PUBLIC_SECRET: ${{ secrets.HOTWAX_PUBLIC_SECRET }}
# commented for now as we don't have firebase hosting setup for this app

# name: Deploy to Firebase Hosting on merge
# 'on':
# push:
# branches:
# - main
# jobs:
# call-workflow-in-another-repo:
# uses: hotwax/dxp-components/.github/workflows/common-firebase-hosting-merge.yml@main
# with:
# config-path: .github/labeler.yml
# secrets:
# envPAT: ${{ secrets.envPAT }}
# HOTWAX_PUBLIC_SECRET: ${{ secrets.HOTWAX_PUBLIC_SECRET }}

0 comments on commit 5bfec95

Please sign in to comment.