diff --git a/.github/workflows/build-service-images.yml b/.github/workflows/build-service-images.yml index b805861..1a92f11 100644 --- a/.github/workflows/build-service-images.yml +++ b/.github/workflows/build-service-images.yml @@ -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: