Skip to content

Commit 9605e65

Browse files
committed
fix: use ZNC user:pass format for IRC auth
1 parent 775f2a3 commit 9605e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
COMMIT_MSG=$(git log -1 --pretty=%s)
5454
{
5555
sleep 1
56-
printf "PASS %s\r\n" "$IRC_PASSWORD"
56+
printf "PASS tumble-deploy:%s\r\n" "$IRC_PASSWORD"
5757
printf "NICK tumble-deploy\r\n"
5858
printf "USER tumble-deploy 0 * :Tumble Deploy Bot\r\n"
5959
sleep 3

0 commit comments

Comments
 (0)