diff options
author | Scott <[email protected]> | 2021-04-16 22:16:27 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-16 22:16:27 +0100 |
commit | f0f097e6d317ddb2a88d4133ff2779c9dbea2bb2 (patch) | |
tree | 14f390ad715b6e1ff205f2d5c94cbe3475bc0c00 | |
parent | b64fa1b4b9b7cc802eb96df5b0f90f183fb74c5e (diff) |
IRC fix attempt 2
-rw-r--r-- | .github/workflows/notify.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index b3d297713..00a1b929b 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -15,7 +15,7 @@ jobs: channel: "#handbrake" nickname: handbrake-bot server: chat.freenode.net - password: ${{ secrets.IRC_PASSWORD }} + sasl_password: ${{ secrets.IRC_PASSWORD }} port: 6697 tls: true message: | @@ -27,7 +27,7 @@ jobs: channel: "#handbrake" nickname: handbrake-bot server: chat.freenode.net - password: ${{ secrets.IRC_PASSWORD }} + sasl_password: ${{ secrets.IRC_PASSWORD }} port: 6697 tls: true message: | |