Skip to content

Commit

Permalink
build: harden elisp_test.yml permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aleksandrosansan@gmail.com>
  • Loading branch information
sashashura authored and JAremko committed Sep 26, 2022
1 parent fb71615 commit 4688cd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/elisp_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ defaults:
run:
shell: bash

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4688cd7

Please sign in to comment.