Skip to content

Commit

Permalink
Attempt to fix IRC notifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
sr55 authored Apr 16, 2021
1 parent f2488ce commit b64fa1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
channel: "#handbrake"
nickname: handbrake-bot
server: chat.freenode.net
password: ${{ secrets.IRC_PASSWORD }}
port: 6697
tls: true
message: |
Expand All @@ -26,6 +27,7 @@ jobs:
channel: "#handbrake"
nickname: handbrake-bot
server: chat.freenode.net
password: ${{ secrets.IRC_PASSWORD }}
port: 6697
tls: true
message: |
Expand Down

0 comments on commit b64fa1b

Please sign in to comment.