From cfda9b470e35aee15789bd2b77327556dadd19db Mon Sep 17 00:00:00 2001 From: eikek Date: Sat, 19 Jun 2021 00:22:30 +0200 Subject: [PATCH] Fix publishing website by github actions --- .github/workflows/website.yml | 2 ++ 1 file changed, 2 insertions(+) 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