summaryrefslogtreecommitdiff
path: root/.github/workflows/check_cirrus_cron.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-04 10:47:27 -0400
committerGitHub <noreply@github.com>2022-04-04 10:47:27 -0400
commitaecb2023d240b69690f35721efcee7d724eba3f5 (patch)
treee34509595ef6dbb47a19bc234f94f7027239245f /.github/workflows/check_cirrus_cron.yml
parent0e3a704f69b53246ff770aba3a1258a6c2d35ba0 (diff)
parent6375a85055b4472846445a37464851429edfa447 (diff)
downloadpodman-aecb2023d240b69690f35721efcee7d724eba3f5.tar.gz
podman-aecb2023d240b69690f35721efcee7d724eba3f5.tar.bz2
podman-aecb2023d240b69690f35721efcee7d724eba3f5.zip
Merge pull request #13724 from naveensrinivasan/naveen/feat/set-perms-actions
[CI:DOCS] Set permissions for GitHub actions
Diffstat (limited to '.github/workflows/check_cirrus_cron.yml')
-rw-r--r--.github/workflows/check_cirrus_cron.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/check_cirrus_cron.yml b/.github/workflows/check_cirrus_cron.yml
index 5704b0b9d..bca77e4d9 100644
--- a/.github/workflows/check_cirrus_cron.yml
+++ b/.github/workflows/check_cirrus_cron.yml
@@ -25,6 +25,9 @@ env:
# (must be in $GITHUB_WORKSPACE/artifacts/)
NAME_ID_FILEPATH: './artifacts/name_id.txt'
+permissions:
+ contents: read
+
jobs:
cron_failures:
runs-on: ubuntu-latest