Unverified Commit 72b8f88b authored by Remy's avatar Remy Committed by GitHub
Browse files

fix: remove useless token (#1179)

This token is not used by your action.
Secret is removed from the repository.
parent 648ea064
...@@ -17,5 +17,4 @@ jobs: ...@@ -17,5 +17,4 @@ jobs:
package: text-generation-inference package: text-generation-inference
additional_args: --not_python_module additional_args: --not_python_module
secrets: secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }} hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment