Skip to content

Commit 3318f73

Browse files
chore: add write permissions for docs workflow
1 parent 9905257 commit 3318f73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
build:
1212
name: Build Docs
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1416
steps:
1517
- name: Checkout
1618
uses: actions/checkout@v4

0 commit comments

Comments
 (0)