diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1d3fca94f..93c53cf92c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ env: NODE_VERSION: 14 TEST_HOST: localhost +permissions: + contents: read # to fetch code (actions/checkout) + jobs: # Check style compliance of JavaScript code.