diff --git a/.github/workflows/ci-neon.yml b/.github/workflows/ci-neon.yml
index 753bffd58149c2c3c1c67d8525d263cd79711710..751d210cf7c8cabcb4efcd4dfb7f6d354f141882 100644
--- a/.github/workflows/ci-neon.yml
+++ b/.github/workflows/ci-neon.yml
@@ -82,17 +82,14 @@ jobs:
         uses: rectalogic/notify-irc@v1
         if: ${{ success() }}
         with:
-          server: chat.freenode.net
           channel: "#calamares"
-          nickname: gh-notify
           message: "${{ github.workflow }} OK ${{ github.repository }} ${{ steps.pre_build.outputs.message }}"
       - name: "notify: fail"
         uses: rectalogic/notify-irc@v1
         if: ${{ failure() }}
         with:
-          server: chat.freenode.net
           channel: "#calamares"
-          nickname: gh-notify
           message: |
             ${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }}
             .. DIFF ${{ github.event.compare }}
+# END