diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dbf9110fc..a468d9d646 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: schedule: - cron: '0 0 * * 0' +permissions: + contents: read + jobs: test-node: runs-on: ubuntu-latest