diff --git a/.github/workflows/update-podmanio.yml b/.github/workflows/update-podmanio.yml index de5c11967f..50f99a401f 100644 --- a/.github/workflows/update-podmanio.yml +++ b/.github/workflows/update-podmanio.yml @@ -6,7 +6,16 @@ on: workflow_dispatch: inputs: version: - description: 'Release version to build and upload (e.g. "v9.8.7")' + description: 'Release version to bump on podman.io' + required: true + workflow_call: + inputs: + version: + description: 'Release version to bump on podman.io' + type: string + required: true + secrets: + PODMANBOT_TOKEN: required: true jobs: