diff options
author | Scott <[email protected]> | 2021-04-16 22:07:45 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-16 22:07:45 +0100 |
commit | b64fa1b4b9b7cc802eb96df5b0f90f183fb74c5e (patch) | |
tree | 8287109aaad18c9a0671d55a0adf89611961897f /.github/workflows/notify.yml | |
parent | f2488ce5dc39bbd79e2c7d079a5379acb4033a6e (diff) |
Attempt to fix IRC notifications.
Diffstat (limited to '.github/workflows/notify.yml')
-rw-r--r-- | .github/workflows/notify.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 9ffeb0b5c..b3d297713 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -15,6 +15,7 @@ jobs: channel: "#handbrake" nickname: handbrake-bot server: chat.freenode.net + password: ${{ secrets.IRC_PASSWORD }} port: 6697 tls: true message: | @@ -26,6 +27,7 @@ jobs: channel: "#handbrake" nickname: handbrake-bot server: chat.freenode.net + password: ${{ secrets.IRC_PASSWORD }} port: 6697 tls: true message: | |