summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlex <aleksandrosansan@gmail.com>2022-09-25 17:15:27 +0200
committerKarl Williamson <khw@cpan.org>2022-09-26 14:28:14 -0600
commitd794160b2cf5edca401a239a70aadcedfdc869a2 (patch)
treeefae97688f9eff575b25b1209a8d7c4809e3745c /.github/workflows
parentb93391659d456f4fb0d24eb43c150565f51abbc4 (diff)
downloadperl-d794160b2cf5edca401a239a70aadcedfdc869a2.tar.gz
build: harden irc-notifications.yaml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/irc-notifications.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/irc-notifications.yaml b/.github/workflows/irc-notifications.yaml
index 7cb111ee65..2bd4a25a41 100644
--- a/.github/workflows/irc-notifications.yaml
+++ b/.github/workflows/irc-notifications.yaml
@@ -5,6 +5,7 @@ on: [push, pull_request]
# IRC colors: https://modern.ircdocs.horse/formatting.html
# yaml formating: https://www.yaml.info/learn/quote.html
+permissions: {}
jobs:
notify-irc:
runs-on: ubuntu-latest