Skip to content

Commit

Permalink
Update workflows for using variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Maclenn77 committed Dec 9, 2023
1 parent e489e0b commit 42a8d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion .github/workflows/hugging-face-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push --force https://maclenn77:[email protected]/spaces/maclenn77/pdf-explainer main
HF_USERNAME: ${{ secrets.HF_USERNAME }}
run: git push --force https:/$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/pdf-explainer main

0 comments on commit 42a8d52

Please sign in to comment.