Fix build-service workflow secrets declaration (#744)

This commit is contained in:
cloudneutral 2025-12-04 13:53:38 +08:00 committed by GitHub
parent 7b71201841
commit b8b5c18511

View File

@ -26,6 +26,11 @@ on:
required: false
default: ""
secrets:
GITHUB_TOKEN:
description: "Token inherited from the caller for registry operations"
required: true
workflow_dispatch: {}
push: