From 41ba584c180571732134df94f791ca49da832318 Mon Sep 17 00:00:00 2001 From: leehk Date: Tue, 15 Apr 2025 15:02:50 +0800 Subject: [PATCH] ipdate templatebuild secret --- .github/workflows/template_build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/template_build.yml b/.github/workflows/template_build.yml index 3f66448..0764359 100644 --- a/.github/workflows/template_build.yml +++ b/.github/workflows/template_build.yml @@ -36,16 +36,6 @@ on: commit_sha: required: true type: string - # Define secrets required by this reusable workflow - # These will be provided by the caller using 'secrets: inherit' or explicit mapping - secrets: - ARTIFACTORY_USER: - required: true - ARTIFACTORY_PASSWORD: - required: true - # ARTIFACT_FEED_READ_TOKEN_B64 is needed by the caller to construct 'args', - # but not directly used in this template file unless ARGS logic changes. - # If needed directly, add it here too. jobs: build-single-image: