muddasser commited on
Commit
a5eebe1
·
unverified ·
1 Parent(s): d7f4acb

Update HF_TOKEN to use HF_API_KEY secret

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.github/workflows/deploy.yml CHANGED
@@ -25,7 +25,7 @@ jobs:
25
  fetch-depth: 0
26
  - name: Push to HF
27
  env:
28
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
  run: |
30
  git config --global user.email "ci@github.com"
31
  git config --global user.name "GitHub CI"
 
25
  fetch-depth: 0
26
  - name: Push to HF
27
  env:
28
+ HF_TOKEN: ${{ secrets.HF_API_KEY }}
29
  run: |
30
  git config --global user.email "ci@github.com"
31
  git config --global user.name "GitHub CI"