From 65be64794f5adeaa347cea59170c6716cdd5dc7f Mon Sep 17 00:00:00 2001 From: "linda.nasredin" Date: Tue, 3 Sep 2024 14:51:36 +0300 Subject: [PATCH] Attempt to fix release failure (error: The workflow is not valid. .github/workflows/release.yml (Line: 219, Col: 26): Invalid secret, ALLOWED_SSH_CIDRS is not defined in the referenced workflow.) --- .github/workflows/sonar_poc_cli.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonar_poc_cli.yml b/.github/workflows/sonar_poc_cli.yml index 182b5f37..c92b94bc 100644 --- a/.github/workflows/sonar_poc_cli.yml +++ b/.github/workflows/sonar_poc_cli.yml @@ -16,6 +16,8 @@ on: required: true SLACK_WEBHOOK_URL: required: true + ALLOWED_SSH_CIDRS: + required: true workflow_dispatch: inputs: