Skip to content

Commit

Permalink
Added GITHUB_TOKEN secret back in
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanfischer97 committed Oct 23, 2024
1 parent aef9680 commit b6d603a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6d603a

Please sign in to comment.