Skip to content

Commit 228d2fe

Browse files
authored
[GHA] Harden test.yml permissions (#3284)
1 parent 5f16f16 commit 228d2fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read # to fetch code (actions/checkout)
7+
58
jobs:
69
integration:
710
# Run integration tests for all OSs and EMACS_VERSIONs.

0 commit comments

Comments
 (0)