Skip to content

Commit d015227

Browse files
committed
permission resolve
1 parent 17a7d86 commit d015227

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cl.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88

99
env:
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11-
11+
12+
permissions:
13+
pull-requests: write
14+
1215
jobs:
1316
type-check:
1417
name: 'Type Check'
@@ -33,9 +36,7 @@ jobs:
3336

3437
steps:
3538
- name: Checkout
36-
uses: actions/checkout@v3
37-
with:
38-
token: ${{ secrets.PR_TOKEN }}
39+
uses: actions/checkout@v3s
3940

4041
- name: npm install
4142
run: npm install

tools/packageReadme.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { execSync } from "child_process";
22
import { existsSync, readdirSync, readFileSync, writeFileSync } from "fs";
3-
import { exec } from "node:child_process";
43
import path from "path";
54
import { parseHeader } from "./header-parser";
65
import { readmeFilenames, scripts, scriptsPath } from "./utils";

0 commit comments

Comments
 (0)