Skip to content

Commit

Permalink
Add Token
Browse files Browse the repository at this point in the history
  • Loading branch information
alibaghdadi1368 authored Nov 12, 2024
1 parent 32bc46a commit ca3c569
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: main
on:
push:
branches: [main]

# To run this workflow manually from the Action tab
workflow_dispatch:

job:
sync-to-hub:
run-on: ubuntu-latest
steps:
- uses: action/checkout@v3
with:
fetch-depth: 0
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push --force https://alibaghdadi1368:$HF_TOKEN@huggingface.co/spaces/AliBaghdadi1368/Absenteeism main

0 comments on commit ca3c569

Please sign in to comment.