Spaces:
Sleeping
Sleeping
marintosti12 commited on
Commit ·
0bc3c61
1
Parent(s): cc4a430
fix(cd) : Correction deploy secrets verification
Browse files
.github/workflows/deploy.yaml
CHANGED
|
@@ -14,7 +14,7 @@ concurrency:
|
|
| 14 |
jobs:
|
| 15 |
deploy:
|
| 16 |
runs-on: ubuntu-latest
|
| 17 |
-
if: ${{ secrets.HF_TOKEN
|
| 18 |
steps:
|
| 19 |
|
| 20 |
# Récuperation du code dans un runner
|
|
|
|
| 14 |
jobs:
|
| 15 |
deploy:
|
| 16 |
runs-on: ubuntu-latest
|
| 17 |
+
if: ${{ secrets.HF_TOKEN && secrets.HF_SPACE_URL }}
|
| 18 |
steps:
|
| 19 |
|
| 20 |
# Récuperation du code dans un runner
|