Skip to content

Commit b6466ae

Browse files
committed
test
1 parent 7084eef commit b6466ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/uv-update.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
workflow_dispatch: # allow manual runs
1515

1616
permissions:
17-
contents: write
18-
pull-requests: write
17+
contents: read
18+
pull-requests: read
1919

2020
jobs:
2121
sync-uv-lock:
@@ -32,6 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434
with:
35+
fetch-depth: 0
3536
token: ${{ secrets.UV_LOCK_PR_TOKEN }}
3637

3738
- name: Install uv

0 commit comments

Comments
 (0)