Skip to content

Commit 8b69551

Browse files
authored
Merge pull request #52 from github/add-explicit-permissions
Added explicit permissions
2 parents 65f1401 + 0584707 commit 8b69551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
1214
steps:
1315
- uses: actions/checkout@v3
1416
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)