From 53ee8159918062b40b98e958d132d1ec26938e29 Mon Sep 17 00:00:00 2001 From: Remy Date: Thu, 19 Oct 2023 13:28:15 +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 b4ef7415c7..6cbf1da6fc 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -17,5 +17,4 @@ jobs: path_to_docs: pytorch-image-models/hfdocs/source version_tag_suffix: "" 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 }}