Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit 7672c05

Browse files
committed
fix: auto doc failure due to no permissions
1 parent f59a395 commit 7672c05

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ on:
22
push:
33
branches:
44
- main
5+
56
name: docs
67

8+
permissions:
9+
pull-requests: write
10+
contents: write
11+
712
jobs:
813
docs:
914
runs-on: ubuntu-latest
@@ -22,3 +27,5 @@ jobs:
2227
uses: peter-evans/create-pull-request@v5
2328
with:
2429
base: "main"
30+
commit-message: "chore(doc): automatic vimdoc update"
31+
title: Auto vimdoc update

0 commit comments

Comments
 (0)