void-packages/.github/workflows/notify-push.yaml

24 lines
587 B
YAML

name: "Push Notification"
on:
push:
branches: [master]
jobs:
ircnotify:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: "Push Notification"
uses: Gottox/irc-message-action@master
if: github.repository == 'void-linux/void-packages'
with:
notice: true
channel: "#xbps"
nickname: void-packages
sasl_password: ${{ secrets.freenode_password_void_packages }}
tls: true
message: >-
${{ github.actor }}
pushed
${{ github.event.compare }}"