Merge pull request #242 from amansinghbais/release #19
Workflow file for this run
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
# This file was auto-generated by the Firebase CLI | |
# https://github.com/firebase/firebase-tools | |
name: Deploy to Firebase Hosting on release | |
'on': | |
push: | |
tags: | |
- '*' # Push events to every tag not containing / Refer https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#patterns-to-match-branches-and-tags | |
jobs: | |
call-workflow-in-another-repo: | |
uses: hotwax/dxp-components/.github/workflows/common-firebase-hosting-release.yml@main | |
with: | |
config-path: .github/labeler.yml | |
secrets: | |
envPAT: ${{ secrets.envPAT }} | |
HOTWAX_PUBLIC_SECRET: ${{ secrets.HOTWAX_PUBLIC_SECRET }} |