We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4467a commit f483883Copy full SHA for f483883
.github/workflows/uv-update.yml
@@ -32,6 +32,8 @@ jobs:
32
steps:
33
- name: Checkout
34
uses: actions/checkout@v4
35
+ with:
36
+ token: ${{ secrets.UV_LOCK_PR_TOKEN }}
37
38
- name: Install uv
39
uses: astral-sh/setup-uv@v3
@@ -72,6 +74,7 @@ jobs:
72
74
if: steps.check-changes.outputs.has_changes == 'true'
73
75
uses: peter-evans/create-pull-request@v5
76
with:
77
78
commit-message: "chore: update uv.lock"
79
base: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}
80
title: "uv.lock file updates"
0 commit comments