We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0cd0c commit ce49b24Copy full SHA for ce49b24
1 file changed
.github/workflows/update_courseware.yml
@@ -5,6 +5,9 @@ on:
5
- cron: '0 14 * * 6' # 每周六 22:00 北京时间 (UTC 14:00)
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
build-and-update:
13
runs-on: ubuntu-latest
0 commit comments