GUI-STUDIO commited on
Commit ·
6a8ce5e
1
Parent(s): 7052277
Use HF_TOKEN/HF_HUB_NAME for HF mini-app sync
Browse filesReplace per-space HF_APP_*_SPACE_URL secrets with HF_TOKEN and HF_HUB_NAME in sync workflows. Validate both secrets, build HF_SPACE_URL at runtime and export it to GITHUB_ENV, and remove direct references to the old per-space secret. Also apply small README updates for the ffmpeg and proxima mini-apps (rename/titles, emoji and color changes). These changes centralize HF credentials and simplify space URL construction for pushing the mini apps.
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: SIAP
|
| 3 |
+
emoji: 🐠
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|