Skip to content

Commit

Permalink
fix: metadata token (#7631)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul authored Apr 15, 2024
1 parent 08bf754 commit 1c000d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Update metadata
env:
HUGGING_FACE_HUB_TOKEN: ${{ secrets.DIFFUSERS_BOT_TOKEN }}
HUGGING_FACE_HUB_TOKEN: ${{ secrets.SAYAK_HF_TOKEN }}
run: |
python utils/update_metadata.py --commit_sha ${{ github.sha }}

0 comments on commit 1c000d4

Please sign in to comment.