From b6d603a5b84143ed9b46556ab8367660bbb12700 Mon Sep 17 00:00:00 2001 From: Jonathan Fischer PEPE Date: Wed, 23 Oct 2024 17:19:42 -0400 Subject: [PATCH] Added GITHUB_TOKEN secret back in --- .github/workflows/Documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 929a5e091a..a4ebee29e2 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -54,6 +54,7 @@ jobs: env: GKSwstype: "100" # Specifies the workstation type for GR framework rendering, https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988/7 DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token run: > DISPLAY=:0 xvfb-run --server-args="-screen 0 1024x768x24" \ julia --project=docs/ --code-coverage=user docs/make.jl