1 parent 406454f commit bbc64efCopy full SHA for bbc64ef
1 file changed
.github/workflows/Python.yml
@@ -1,30 +1,25 @@
1
name: Update Python Version Table
2
-
3
on:
4
schedule:
5
- cron: '0 6 * * 1'
6
workflow_dispatch:
7
8
concurrency:
9
group: push-to-main
10
cancel-in-progress: false
11
+permissions:
+ contents: write
12
jobs:
13
update:
14
runs-on: ubuntu-latest
15
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@v6
19
20
- name: Set up Python
21
uses: actions/setup-python@v6
22
with:
23
python-version: '3.13'
24
25
- name: Run update script
26
run: python scripts/py_version.py
27
28
- name: Commit and push if changed
29
run: |
30
git config user.name "github-actions[bot]"
0 commit comments