Skip to content

Commit 4688cd7

Browse files
sashashuraJAremko
authored andcommitted
build: harden elisp_test.yml permissions
Signed-off-by: Alex <[email protected]>
1 parent fb71615 commit 4688cd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/elisp_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ defaults:
1919
run:
2020
shell: bash
2121

22+
permissions:
23+
contents: read # to fetch code (actions/checkout)
24+
2225
jobs:
2326
test:
2427
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)