diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 41e871b3..dcded955 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -27,8 +27,10 @@ jobs: - name: Notify IRC uses: openzfsonwindows/notify-irc@v1 with: + channel: "#Development,#IRC4Fun" server: "irc.irc4fun.net" nickname: "GitHub" + sasl_password: ${{ secrets.SASLPASS }} ansicolor: "false" eventpath: ${{ github.event_path }}