DeepParmar's picture
Update HF space sync URL to DeepParmar/code-review
3aa41ae
raw
history blame contribute delete
588 Bytes
name: Sync to Hugging Face
on:
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to Hugging Face
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
# Push to Hugging Face Space
git push --force https://DeepParmar:$HF_TOKEN@huggingface.co/spaces/DeepParmar/code-review main