diff options
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: | |