Skip to content

update dev dependencies #26

update dev dependencies

update dev dependencies #26

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: false
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/plugin-ui-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:
uses: homebridge/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "plugin-ui-utils"

Check failure on line 36 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: 36, Col: 21): Invalid input, footer_title is not defined in the referenced workflow. .github/workflows/beta-release.yml (Line: 34, Col: 11): Secret DISCORD_WEBHOOK is required, but not provided while calling.
secrets:
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}