aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDuncaen <duncaen@voidlinux.org>2019-12-18 20:50:19 +0000
committerDuncaen <duncaen@voidlinux.org>2019-12-18 20:50:29 +0000
commiteb2fa6f5a7872625e9da36dc6f7329ab0fb48860 (patch)
tree60112d23d19486280694d90d2013fde8c164daf9 /.github/workflows
parentdba9ab51a8eb3b25a2fd5c65416f6b96c07b1705 (diff)
downloadvoid-packages-eb2fa6f5a7872625e9da36dc6f7329ab0fb48860.tar
void-packages-eb2fa6f5a7872625e9da36dc6f7329ab0fb48860.tar.gz
void-packages-eb2fa6f5a7872625e9da36dc6f7329ab0fb48860.tar.bz2
void-packages-eb2fa6f5a7872625e9da36dc6f7329ab0fb48860.tar.lz
void-packages-eb2fa6f5a7872625e9da36dc6f7329ab0fb48860.tar.xz
void-packages-eb2fa6f5a7872625e9da36dc6f7329ab0fb48860.tar.zst
void-packages-eb2fa6f5a7872625e9da36dc6f7329ab0fb48860.zip
.github/workflows: use registered user
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/notify-irc.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/notify-irc.yaml b/.github/workflows/notify-irc.yaml
index 0c8ca60aa3b..ce6dbea6edc 100644
--- a/.github/workflows/notify-irc.yaml
+++ b/.github/workflows/notify-irc.yaml
@@ -18,6 +18,7 @@ jobs:
#notice: true
channel: "#xbps"
nickname: void-packages
+ sasl_password: ${{ secrets.freenode_password_void_packages }}
tls: true
message: "${{ github.actor }} pushed ${{ github.event.compare }}"
- name: irc pull request
@@ -27,6 +28,7 @@ jobs:
#notice: true
channel: "#xbps"
nickname: void-packages
+ sasl_password: ${{ secrets.freenode_password_void_packages }}
tls: true
message: "${{ github.actor }} ${{ github.event.action }} pull request #${{ github.event.pull_request.number }} “${{ github.event.pull_request.title }}”"
- name: irc issue
@@ -36,5 +38,6 @@ jobs:
#notice: true
channel: "#xbps"
nickname: void-packages
+ sasl_password: ${{ secrets.freenode_password_void_packages }}
tls: true
message: "${{ github.actor }} ${{ github.event.action }} issue #${{ github.event.issue.number }} “${{ github.event.issue.title }}”"