From b2b74fed502832fea1c1afc09468a871ba4b72ad Mon Sep 17 00:00:00 2001 From: Austin Ellis Date: Mon, 3 Feb 2025 20:50:44 -0600 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}