diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 912fc5c..f7cd7b1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,6 +1,18 @@ name: Build on: workflow_dispatch: + inputs: + version: + required: true + type: string + upload: + required: false + type: boolean + default: false + sign: + required: false + type: boolean + default: false workflow_call: inputs: version: diff --git a/.github/workflows/native_build.yaml b/.github/workflows/native_build.yaml index 3a55739..04c0bfb 100644 --- a/.github/workflows/native_build.yaml +++ b/.github/workflows/native_build.yaml @@ -2,6 +2,18 @@ name: Native Build on: workflow_dispatch: + inputs: + version: + required: true + type: string + upload: + required: false + type: boolean + default: false + sign: + required: false + type: boolean + default: false workflow_call: inputs: version: diff --git a/.github/workflows/owasp.yaml b/.github/workflows/owasp.yaml index 17b88d4..412359c 100644 --- a/.github/workflows/owasp.yaml +++ b/.github/workflows/owasp.yaml @@ -1,6 +1,10 @@ name: OWASP on: workflow_dispatch: + inputs: + version: + required: true + type: string workflow_call: inputs: version: