diff --git a/.github/workflows/ci-astro-deploy.yml b/.github/workflows/ci-astro-deploy.yml index bf32b284d..8979d5240 100644 --- a/.github/workflows/ci-astro-deploy.yml +++ b/.github/workflows/ci-astro-deploy.yml @@ -65,6 +65,10 @@ on: docker_registry: description: 'docker registry' required: true + SLACK_WEBHOOK_URL: + description: 'slack webhook' + required: true +