Fix build-service workflow secrets declaration (#744)
This commit is contained in:
parent
7b71201841
commit
b8b5c18511
5
.github/workflows/build-service-images.yml
vendored
5
.github/workflows/build-service-images.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user