aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/cirrus-notify.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-28 16:50:41 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-28 18:28:31 +0900
commit8bac8772df7d202ce290a8e056a680fd5b8c9d23 (patch)
tree1deca2e3ea6c5e78f2c0882c7de05b911d2588bf /.github/workflows/cirrus-notify.yml
parent906a2f067dfc806b7412c7cd79bb7462fc8c7827 (diff)
downloadruby-8bac8772df7d202ce290a8e056a680fd5b8c9d23.tar.gz
Added permission restrictions for GitHub actions
Diffstat (limited to '.github/workflows/cirrus-notify.yml')
-rw-r--r--.github/workflows/cirrus-notify.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/cirrus-notify.yml b/.github/workflows/cirrus-notify.yml
index 45aefa78cd..c78f21d258 100644
--- a/.github/workflows/cirrus-notify.yml
+++ b/.github/workflows/cirrus-notify.yml
@@ -2,6 +2,10 @@ on:
check_suite:
type: ['completed']
name: Cirrus CI failure notification
+
+permissions:
+ contents: read
+
jobs:
cirrus-notify:
name: After Cirrus CI Failure