Restrict the permissions of the CI

This commit is contained in:
Théophane Hufschmitt 2022-07-05 12:06:58 +02:00
parent 057b02fd25
commit 70083218b3
2 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,8 @@ on:
pull_request:
push:
permissions: read-all
jobs:
tests:

View file

@ -1,4 +1,7 @@
name: Hydra status
permissions: read-all
on:
schedule:
- cron: "12,42 * * * *"