Skip to content

Commit 1c000d4

Browse files
authored
fix: metadata token (#7631)
1 parent 08bf754 commit 1c000d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
2626
- name: Update metadata
2727
env:
28-
HUGGING_FACE_HUB_TOKEN: ${{ secrets.DIFFUSERS_BOT_TOKEN }}
28+
HUGGING_FACE_HUB_TOKEN: ${{ secrets.SAYAK_HF_TOKEN }}
2929
run: |
3030
python utils/update_metadata.py --commit_sha ${{ github.sha }}

0 commit comments

Comments
 (0)