fix: remove useless token (#1179)
This token is not used by your action. Secret is removed from the repository.
This commit is contained in:
parent
648ea06430
commit
72b8f88be8
|
@ -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 }}
|
|
||||||
|
|
Loading…
Reference in New Issue