Skip to content

Commit 5ad9298

Browse files
authored
1 parent 17524a5 commit 5ad9298

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
permissions:
10-
contents: write
10+
contents: read
1111

1212
jobs:
1313
build:

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
tags:
55
- v*
6+
permissions:
7+
contents: write
68

79
jobs:
810
publish_docs:

0 commit comments

Comments
 (0)