diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 410ee5e4..8371508c 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -23,4 +23,6 @@ jobs: - name: Build website (${{ env.DOCSPELL_VERSION }}) run: nix-shell website/shell.nix --run "sbt make-website" - name: Publish website (${{ env.DOCSPELL_VERSION }}) + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: sbt publish-website