Cobalt / .github /workflows /sync_to_hf_hub.yml
Shakshi3104
Update sync_to_hf_hub.yml
608c214 unverified
raw
history blame contribute delete
461 Bytes
name: Sync to Hugging Face hub
on:
push:
tags:
- "v*"
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Check branch name
run: git branch
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://Shakshi3104:$HF_TOKEN@huggingface.co/spaces/Shakshi3104/Cobalt HEAD:main