Skip to content

Commit 5930594

Browse files
committed
Add contents write access
1 parent 590bbd7 commit 5930594

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Documentation
33
on:
44
release:
55
types: [published]
6+
7+
permissions:
8+
contents: write
69

710
jobs:
811
build:

.github/workflows/format.yml

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

12+
permissions:
13+
contents: write
14+
1215
jobs:
1316
format:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)