Skip to content

Commit 4d988eb

Browse files
committed
增加写权限
1 parent 2beb9cc commit 4d988eb

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Modify VS Code Extension
22

3+
permissions:
4+
contents: write
5+
36
on:
47
schedule:
58
- cron: "0 8 * * *"

.github/workflows/manual-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Modify VS Code Extension (Manual)
22

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58

0 commit comments

Comments
 (0)