mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-29 14:10:53 +00:00
Small fix: Correctly pass secrets in Docker builds (#5905)
This commit is contained in:
3
.github/workflows/docker_build.yml
vendored
3
.github/workflows/docker_build.yml
vendored
@@ -4,6 +4,9 @@ name: Build Docker
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
DOCKER_FIRMWARE_TOKEN:
|
||||
required: false # Only required for push
|
||||
inputs:
|
||||
distro:
|
||||
description: Distro to target
|
||||
|
||||
Reference in New Issue
Block a user