From 83dc5f749da77a90f72593122ff5359e223444cf Mon Sep 17 00:00:00 2001 From: Alexander Graf <17130992+aandergr@users.noreply.github.com> Date: Sat, 19 Mar 2022 17:02:24 +0100 Subject: [PATCH] Attempt to fix Documentation deployment --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5ad1394..dfb9800 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,4 +28,4 @@ jobs: branch: master repository-name: instaloader/instaloader.github.io folder: docs/_build/html - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PAGES_DEPLOYMENT_TOKEN }}