diff --git a/.woodpecker.yml b/.woodpecker.yml
index 4c1be3aa18..04763d763e 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -263,7 +263,7 @@ pipeline:
     image: alpine:3
     commands:
       - apk add curl
-      - "curl -d'Lemmy CI build failed: ${CI_BUILD_LINK}' ntfy.sh/lemmy_drone_ci"
+      - "curl -d'Lemmy CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci"
     when:
       status: [failure]