Skip to content

Commit f483883

Browse files
committed
test
1 parent 5a4467a commit f483883

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/uv-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v4
35+
with:
36+
token: ${{ secrets.UV_LOCK_PR_TOKEN }}
3537

3638
- name: Install uv
3739
uses: astral-sh/setup-uv@v3
@@ -72,6 +74,7 @@ jobs:
7274
if: steps.check-changes.outputs.has_changes == 'true'
7375
uses: peter-evans/create-pull-request@v5
7476
with:
77+
token: ${{ secrets.UV_LOCK_PR_TOKEN }}
7578
commit-message: "chore: update uv.lock"
7679
base: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}
7780
title: "uv.lock file updates"

0 commit comments

Comments
 (0)