We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc13471 commit a7cf63dCopy full SHA for a7cf63d
.github/workflows/main.yml
@@ -5,6 +5,9 @@ on:
5
- cron: '0 4 * * *' # 每天北京时间时间中午12点
6
workflow_dispatch:
7
8
+permissions: # 显式指定权限
9
+ contents: write
10
+
11
jobs:
12
update-file:
13
runs-on: windows-latest
0 commit comments