Skip to content

Commit 8de1003

Browse files
committed
updated CI
1 parent 00c391f commit 8de1003

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: Update TOC
22

33
on: [push]
44

5+
permissions:
6+
contents: write
7+
58
jobs:
69
toc:
710
runs-on: ubuntu-latest
811
steps:
912
- uses: actions/checkout@v4
10-
with:
11-
token: ${{ secrets.GITHUB_TOKEN }} # Use the PAT for checkout
1213
- uses: actions/setup-node@v4
1314
with:
1415
node-version: "20"

0 commit comments

Comments
 (0)