Skip to content

Commit

Permalink
build: Use HF_TOKEN from github environment secret
Browse files Browse the repository at this point in the history
  • Loading branch information
getwithashish committed Aug 1, 2024
1 parent 6deaf3f commit 67dcbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "================="
echo "Add environment variables to .env file"
echo "================="
echo "DJANGO_SECRET_KEY=${{ secrets.HF_TOKEN }}" >> .env
echo "HF_TOKEN=${{ secrets.HF_TOKEN }}" >> .env
- name: Convert json to parquet and save it in huggingface
run: |
Expand Down

0 comments on commit 67dcbb3

Please sign in to comment.