Skip to content

Commit 4eef5d7

Browse files
committed
chore(ci): fix permissions for actions runner
1 parent 664be70 commit 4eef5d7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
1113
strategy:
1214
fail-fast: false
1315
matrix:
1416
emacs_version:
1517
- "29.4"
1618
- "30.2"
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1721

1822
steps:
1923
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)