Skip to content

Commit dd895ce

Browse files
committed
update
1 parent 7f55a79 commit dd895ce

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/notify-changelog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
types:
1111
- released
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
notify:
1518
# This job can run on the latest Ubuntu

.github/workflows/semantic-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branches:
1010
- combined-sdk
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
main:
1417
name: Validate semantic PR title

.github/workflows/spell-check-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
types: [opened, synchronize, edited]
55
branches:
66
- combined-sdk
7+
permissions:
8+
contents: read
79
jobs:
810
spellcheck-request-title:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)