mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: run HF token CI check (push-triggered)
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
name: HF Upload Check
|
name: HF Upload Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
|
branches: [main]
|
||||||
|
paths: ['.github/ci-hf-check-marker']
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
@@ -23,7 +25,7 @@ jobs:
|
|||||||
--repo-type model
|
--repo-type model
|
||||||
echo "UPLOAD_OK"
|
echo "UPLOAD_OK"
|
||||||
|
|
||||||
- name: Verify anonymous download (no token)
|
- name: Verify anonymous download
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL \
|
curl -fsSL \
|
||||||
"https://huggingface.co/deepsafe/feature-bundles/resolve/main/.ci-checks/upload-check.txt" \
|
"https://huggingface.co/deepsafe/feature-bundles/resolve/main/.ci-checks/upload-check.txt" \
|
||||||
|
|||||||
Reference in New Issue
Block a user