Skip to content

Commit

Permalink
Stop using SSH key for Documenter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Sep 18, 2023
1 parent abd1c8f commit b6fd607
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ jobs:
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
run: julia --color=yes --project=docs/ docs/make.jl

0 comments on commit b6fd607

Please sign in to comment.