Skip to content

Commit

Permalink
Add configure git
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Dec 30, 2024
1 parent 058a97c commit ea5e8c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync_hf_space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
with:
fetch-depth: 0

- name: Configure git
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
- run: git clone https://${{ secrets.HF_USERNAME }}:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/mozilla-ai/document-to-podcast hf-space

- run: |
Expand Down

0 comments on commit ea5e8c2

Please sign in to comment.