Skip to content

Commit 4751880

Browse files
committed
ci: added github action permissions
1 parent 6928940 commit 4751880

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
branches:
1414
- main
1515

16+
permissions:
17+
contents: read
18+
1619
jobs:
1720
lint:
1821
runs-on: ubuntu-latest

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313
group: "pages"
1414
cancel-in-progress: false
1515

16+
permissions:
17+
contents: read
18+
1619
jobs:
1720
build:
1821
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)