We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8544732 commit e8a2c1dCopy full SHA for e8a2c1d
1 file changed
.github/workflows/update-readme.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- main
7
8
+# 添加写权限
9
+permissions:
10
+ contents: write
11
+
12
jobs:
13
update-readme:
14
# 只有 commit message 包含 [ptr] 时才执行
0 commit comments