Skip to content

Commit 28c7e15

Browse files
committed
update: actually _do_ persist dependencies
1 parent 70038c8 commit 28c7e15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
31-
persist-credentials: false
31+
persist-credentials: true # we need them later
3232

3333
# START PYTHON DEPENDENCIES
3434
- name: Install uv

0 commit comments

Comments
 (0)