From d13bdeba6a31edfd55c807dfaaf5b90a080f75df Mon Sep 17 00:00:00 2001 From: Remy Date: Thu, 19 Oct 2023 14:11:03 +0200 Subject: [PATCH] fix: remove useless token --- .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 cc14487..d450c3b 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -15,5 +15,4 @@ jobs: additional_args: --not_python_module languages: en 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 }}