Skip to content

Commit

Permalink
add the HUGGINGFACE_TOKEN secret in the ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Aug 20, 2024
1 parent 0b66bd0 commit 490968a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
python-version: ["3.12"]
env:
OS: ${{ matrix.os }}
HUGGINGFACE_TOKEN: ${{ secrets.HUGGINGFACE_TOKEN }}

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pypi-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
python-version: ["3.12"]
env:
OS: ${{ matrix.os }}
HUGGINGFACE_TOKEN: ${{ secrets.HUGGINGFACE_TOKEN }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 490968a

Please sign in to comment.