diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 6cf9fc9e..b1edf9fb 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -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 }} \ No newline at end of file +# 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 }} \ No newline at end of file