diff options
Diffstat (limited to '.github/workflows/hydra_status.yml')
-rw-r--r-- | .github/workflows/hydra_status.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/hydra_status.yml b/.github/workflows/hydra_status.yml index 53e69cb2d..d85999256 100644 --- a/.github/workflows/hydra_status.yml +++ b/.github/workflows/hydra_status.yml @@ -3,6 +3,9 @@ on: schedule: - cron: "12,42 * * * *" workflow_dispatch: +permissions: + contents: read + jobs: check_hydra_status: name: Check Hydra status |