Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 05b0dd2

Browse files
committed
fix(auto-update.yml): allow content write permission passing from parent to child
1 parent 3175499 commit 05b0dd2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/auto-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
update-docs:
1111
name: Update Documentation
12+
permissions:
13+
contents: write
1214
uses: ./.github/workflows/auto-update-docs.yml
1315

1416
# TODO: Add when implemented

0 commit comments

Comments
 (0)