Skip to content

Merge pull request #311 from amansinghbais/release #16

Merge pull request #311 from amansinghbais/release

Merge pull request #311 from amansinghbais/release #16

# 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 }}
VUE_APP_FIREBASE_CONFIG: ${{ secrets.VUE_APP_FIREBASE_CONFIG }}

Check failure on line 17 in .github/workflows/firebase-hosting-release.yml

View workflow run for this annotation

GitHub Actions / Deploy to Firebase Hosting on release

Invalid workflow file

The workflow is not valid. .github/workflows/firebase-hosting-release.yml (Line: 17, Col: 32): Invalid secret, VUE_APP_FIREBASE_CONFIG is not defined in the referenced workflow. .github/workflows/firebase-hosting-release.yml (Line: 18, Col: 35): Invalid secret, VUE_APP_FIREBASE_VAPID_KEY is not defined in the referenced workflow.
VUE_APP_FIREBASE_VAPID_KEY: ${{ secrets.VUE_APP_FIREBASE_VAPID_KEY }}