From c1a603bf24bdb255056e43ccba8ec88ac1d22c3e Mon Sep 17 00:00:00 2001 From: Remy Date: Thu, 19 Oct 2023 14:07:46 +0200 Subject: [PATCH] fix: remove useless token --- .github/workflows/build_documentation.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 19d826a21..39b599d74 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -13,5 +13,3 @@ jobs: with: commit_sha: ${{ github.sha }} package: evaluate - secrets: - token: ${{ secrets.HUGGINGFACE_PUSH }} \ No newline at end of file