diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce5b099..a023d05 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}} on ${{matrix.name}}