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: pull_request:
push: push:
permissions: read-all
jobs: jobs:
tests: tests:

View file

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