Aaron C Wacker commited on
Commit
f169926
·
unverified ·
1 Parent(s): ef93eac

Update PushToGit-GPG-Git-Actions-01-GraphViz.yml

Browse files
.github/workflows/PushToGit-GPG-Git-Actions-01-GraphViz.yml CHANGED
@@ -15,5 +15,5 @@ jobs:
15
  fetch-depth: 0
16
  - name: Push to hub
17
  env:
18
- HFSPACESGITACTIONS: ${{ secrets.HFSPACESGITACTIONS }}
19
- run: git push --force https://awacke1:${{ secrets.HFSPACESGITACTIONS }}@huggingface.co/spaces/awacke1/Git-GPG-Git-Actions-01-GraphViz main
 
15
  fetch-depth: 0
16
  - name: Push to hub
17
  env:
18
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push https://awacke1:$HF_TOKEN@huggingface.co/spaces/awacke1/Git-GPG-Git-Actions-01-GraphViz main