diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efc548ab5..91fd0cd6b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,9 @@ name: CI on: [push, pull_request] +permissions: + contents: read # to fetch code (actions/checkout) + jobs: integration: # Run integration tests for all OSs and EMACS_VERSIONs.