Skip to content

update dependencies #18

update dependencies

update dependencies #18

Workflow file for this run

name: Node-CI Beta
on:
push:
branches: [beta-*.*.*, beta]
workflow_dispatch:
jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
needs: build_and_test
uses: homebridge/.github/.github/workflows/eslint.yml@latest
publish:
needs: lint
if: ${{ github.repository == 'homebridge/camera-utils' }}
uses: homebridge/.github/.github/workflows/npm-publish.yml@latest
with:
tag: 'beta'
dynamically_adjust_version: true
npm_version_command: 'pre'
pre_id: 'beta'
secrets:
npm_auth_token: ${{ secrets.npm_token }}
github-releases-to-discord:
needs: publish
uses: homebridge/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "camera-utils"

Check failure on line 37 in .github/workflows/beta-release.yml

View workflow run for this annotation

GitHub Actions / Node-CI Beta

Invalid workflow file

The workflow is not valid. .github/workflows/beta-release.yml (Line: 37, Col: 21): Invalid input, footer_title is not defined in the referenced workflow. .github/workflows/beta-release.yml (Line: 35, Col: 11): Secret DISCORD_WEBHOOK is required, but not provided while calling.
secrets:
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}