Skip to content

Commit

Permalink
fix: remove useless token (huggingface#1179)
Browse files Browse the repository at this point in the history
This token is not used by your action.
Secret is removed from the repository.
  • Loading branch information
rtrompier authored Oct 19, 2023
1 parent 648ea06 commit 72b8f88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
package: text-generation-inference
additional_args: --not_python_module
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

0 comments on commit 72b8f88

Please sign in to comment.