From 72b8f88be8ab6ea9e0ea1b499a9064825c7b5dcb Mon Sep 17 00:00:00 2001 From: Remy Date: Thu, 19 Oct 2023 14:04:44 +0200 Subject: [PATCH] fix: remove useless token (#1179) This token is not used by your action. Secret is removed from the repository. --- .github/workflows/build_documentation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index a0f1d6f1..4d0b19a3 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -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 }} \ No newline at end of file + hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}