diff options
-rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a513e6753..9e16860c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,9 @@ name: Grunt tests on: [push, pull_request] +permissions: + contents: read + jobs: grunt: name: Grunt based tests with Node.js ${{ matrix.node-version }} |