From 8a9d2e4d739645a39ed61adc2a05ca4ca37ed428 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 22 Oct 2025 16:21:27 -0300 Subject: [PATCH] SIENTIAPDE-1327 SIENTIAPDE-1327: Add secrets inheritance to quality gate workflow configuration --- .github/workflows/quality-gate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 01b4e34..53df74e 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -14,4 +14,5 @@ jobs: uses: Aignosi/github_workflow_templates/.github/workflows/dataops-module-quality-gate.yml@main with: project_name: 'ingestor' - repositories: 'sientia-dataops-library' \ No newline at end of file + repositories: 'sientia-dataops-library' + secrets: inherit \ No newline at end of file