From c7c99a30ea88f00c854017d362e72b9cf60c7db6 Mon Sep 17 00:00:00 2001 From: Remy Date: Thu, 19 Oct 2023 14:29:55 +0200 Subject: [PATCH] fix: remove useless token (#2069) --- .github/workflows/build_documentation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 1b595ca0c58..46a12fdf553 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -14,5 +14,4 @@ jobs: commit_sha: ${{ github.sha }} package: accelerate secrets: - token: ${{ secrets.HUGGINGFACE_PUSH }} hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}