Skip to content

Commit c4b71a9

Browse files
authored
Merge branch 'main' into fix/mailing-list-clarification
2 parents 4ea9500 + c5dd8c7 commit c4b71a9

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
workflow_dispatch:
44
pull_request:
55

6+
permissions:
7+
contents: read
68
jobs:
79
build:
810
runs-on: ubuntu-latest

.github/workflows/build_and_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010

1111
jobs:
1212
build_and_deploy:
13+
permissions:
14+
contents: write
1315
runs-on: ubuntu-latest
1416
steps:
1517
- name: Checkout Repository

.github/workflows/build_and_staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
build_and_staging:
11+
permissions:
12+
contents: write
1113
runs-on: ubuntu-latest
1214
steps:
1315
- name: Checkout Repository

.github/workflows/pr-markdownlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Markdownlint on PR
2+
permissions:
3+
contents: read
24

35
on:
46
pull_request:

0 commit comments

Comments
 (0)