Skip to content

Commit 3a18e82

Browse files
committed
modify
1 parent 03b99f3 commit 3a18e82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/uv-update.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- 'setup.py'
1313
workflow_dispatch: # allow manual runs
1414

15+
permissions:
16+
contents: write
17+
1518
jobs:
1619
sync-uv-lock:
1720
runs-on: ubuntu-latest
@@ -20,7 +23,7 @@ jobs:
2023
uses: actions/checkout@v4
2124
with:
2225
fetch-depth: 0
23-
token: ${{ secrets.UV_LOCK_PR_TOKEN }}
26+
#token: ${{ secrets.UV_LOCK_PR_TOKEN }}
2427

2528
- name: Fake the changes to the uv.lock file
2629
run: |

0 commit comments

Comments
 (0)