Skip to content

Commit

Permalink
test hf_token
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Oct 27, 2024
1 parent d36b013 commit 087fb00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
jobs:
or-manpages:
runs-on: ubuntu-latest
environment: production
steps:
- name: Setup python
uses: actions/setup-python@v5
Expand All @@ -27,7 +26,7 @@ jobs:
pip install huggingface-hub[cli]
- name: check hfcli
run: |
huggingface-cli login --token ${{ secrets.HF_TOKEN }}
huggingface-cli login --token ${{ secrets._AHF_TOKEN }}
huggingface-cli whoami
# - name: Checkout
# uses: actions/checkout@v4
Expand Down

0 comments on commit 087fb00

Please sign in to comment.