diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d4964b..9b3d894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: pull_request: schedule: [cron: "40 1 * * *"] +permissions: + contents: read + jobs: install: name: Rust ${{matrix.rust}}