Skip to content

Commit 75f0bcb

Browse files
ci(github actions): Set permission [skip ci]
1 parent 7673a84 commit 75f0bcb

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.github/workflows/end-to-end-auto-prepend-test-suite.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- '**.md'
88
workflow_dispatch:
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
end-to-end-auto-prepend-file-mode-test-suite:
1215
strategy:

.github/workflows/end-to-end-test-suite.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- '**.md'
88
workflow_dispatch:
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
end-to-end-test-suite:
1215
strategy:

.github/workflows/markdown.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
on:
22
workflow_dispatch:
33

4+
permissions:
5+
contents: read
6+
pull-requests: write
7+
48
name: Markdown files test and update
59
jobs:
610
markdown-test-and-update:

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
default: true
1515
required: true
1616

17+
permissions:
18+
contents: write
19+
1720
jobs:
1821
deploy-create-release:
1922
name: Deploy and create release

0 commit comments

Comments
 (0)