diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 271129a..41a0135 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,7 @@ on: permissions: contents: write + actions: write jobs: run-scripts: diff --git a/scripts/sort.ts b/scripts/sort.ts index ff67dfa..4ae3691 100644 --- a/scripts/sort.ts +++ b/scripts/sort.ts @@ -149,4 +149,4 @@ for (const chapter of chapters) { ]); } -//test3 +//test4