mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-18 10:10:08 +00:00
fix(security): remediate workflow vulnerability in .github/workflows/full_tests.yml
This commit is contained in:
committed by
GitHub
parent
f0d2b37beb
commit
ecf3f8a04e
@@ -200,7 +200,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get Docker Hub Token and Delete Image
|
- name: Get Docker Hub Token and Delete Image
|
||||||
# zizmor: ignore[template-injection]
|
|
||||||
env:
|
env:
|
||||||
DOCKERHUB_LEROBOT_USERNAME: ${{ secrets.DOCKERHUB_LEROBOT_USERNAME }}
|
DOCKERHUB_LEROBOT_USERNAME: ${{ secrets.DOCKERHUB_LEROBOT_USERNAME }}
|
||||||
DOCKERHUB_LEROBOT_PASSWORD: ${{ secrets.DOCKERHUB_LEROBOT_PASSWORD }}
|
DOCKERHUB_LEROBOT_PASSWORD: ${{ secrets.DOCKERHUB_LEROBOT_PASSWORD }}
|
||||||
@@ -232,4 +231,4 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# TODO(Steven): Check dockerimages pull in ubuntu
|
# TODO(Steven): Check dockerimages pull in ubuntu
|
||||||
Reference in New Issue
Block a user