Skip to content

Use a firebase cli token for deploy #15

Use a firebase cli token for deploy

Use a firebase cli token for deploy #15

Workflow file for this run

# 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
- production
permissions:
checks: write
contents: read
pull-requests: write
jobs:
build_and_test:
uses: ./.github/workflows/build-all.yml

Check failure on line 18 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy to Firebase Hosting on merge

Invalid workflow file

The workflow is not valid. In .github/workflows/deploy.yml (Line: 18, Col: 11): Error from called workflow SPS-By-The-Numbers/transcripts/.github/workflows/build-all.yml@b13993b664652d4a98019c2bcaf6c22811cd532c (Line: 86, Col: 9): Unexpected value 'run' In .github/workflows/deploy.yml (Line: 18, Col: 11): Error from called workflow SPS-By-The-Numbers/transcripts/.github/workflows/build-all.yml@b13993b664652d4a98019c2bcaf6c22811cd532c (Line: 82, Col: 9): Required property is missing: uses
with:
deploy-functions: ${{ (github.head_ref || github.ref_name) == 'production' && 'sps-by-the-numbers' || '' }}