Small fix: Correctly pass secrets in Docker builds (#5905)

This commit is contained in:
Austin
2025-01-22 14:26:10 +11:00
committed by GitHub
co-authored by GitHub
parent 71591fb06a
commit 0fdbf70452
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -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