-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved: merge workflow as it fails due to missing firebase hosting(#2)
- Loading branch information
1 parent
c023297
commit 5bfec95
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |