Skip to content

Workflow file for this run

name: Build Stock Firmware
on:
pull_request:
workflow_dispatch:
push:
branches:
- docs-test
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
jobs:
publish-doorman:
name: Publish Doorman Firmware
uses: ./.github/workflows/esphome-build.yml
with:
files: ./firmware/doorman-stock.yaml, ./firmware/doorman-nuki-bridge.yaml
name: Doorman
manifest_filename: doorman-manifest.json
clean: false
esphome_version: latest
directory_name: doorman-firmware