Spaces:
Sleeping
Sleeping
minor updates
Browse files
.github/workflows/sync-space.yml
CHANGED
|
@@ -14,7 +14,7 @@ jobs:
|
|
| 14 |
|
| 15 |
steps:
|
| 16 |
- name: Check out repository
|
| 17 |
-
uses: actions/checkout@
|
| 18 |
with:
|
| 19 |
fetch-depth: 0
|
| 20 |
lfs: true
|
|
@@ -25,7 +25,8 @@ jobs:
|
|
| 25 |
SPACE_REPO: shae2977/debugml-env
|
| 26 |
run: |
|
| 27 |
if [ -z "$HF_TOKEN" ]; then
|
| 28 |
-
echo "
|
|
|
|
| 29 |
exit 1
|
| 30 |
fi
|
| 31 |
|
|
|
|
| 14 |
|
| 15 |
steps:
|
| 16 |
- name: Check out repository
|
| 17 |
+
uses: actions/checkout@v6
|
| 18 |
with:
|
| 19 |
fetch-depth: 0
|
| 20 |
lfs: true
|
|
|
|
| 25 |
SPACE_REPO: shae2977/debugml-env
|
| 26 |
run: |
|
| 27 |
if [ -z "$HF_TOKEN" ]; then
|
| 28 |
+
echo "GitHub Actions secret HF_TOKEN is not set."
|
| 29 |
+
echo "Add a Hugging Face write token at: Settings > Secrets and variables > Actions"
|
| 30 |
exit 1
|
| 31 |
fi
|
| 32 |
|