build: harden elisp_test.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-25 18:36:50 +02:00 committed by Eugene Yaremenko
parent fb71615810
commit 4688cd7dce
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ defaults:
run:
shell: bash
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
test:
runs-on: ${{ matrix.os }}