Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 14ecb2c

Browse files
committed
fix-generate-lockfile
Signed-off-by: Pablo Garay <pagaray@nvidia.com>
1 parent ca4da96 commit 14ecb2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/generate-lockfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444
with:
4545
submodules: recursive
46+
token: ${{ secrets.PAT }}
4647

4748
- name: Generate lockfile in NGC container
4849
run: |
@@ -96,7 +97,7 @@ jobs:
9697
git config --global user.name "github-actions[bot]"
9798
git config --global user.email "github-actions[bot]@users.noreply.github.com"
9899
git add uv.lock
99-
git commit -m "Update uv.lock [skip ci]"
100+
git commit -m "Update uv.lock"
100101
git push origin HEAD:${{ github.ref_name }}
101102
102103
- name: Comment on PR with lockfile status

0 commit comments

Comments
 (0)