diff --git a/.github/workflows/multidocs.yml b/.github/workflows/multidocs.yml index de671f5..7dd3881 100644 --- a/.github/workflows/multidocs.yml +++ b/.github/workflows/multidocs.yml @@ -15,6 +15,8 @@ jobs: - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(path=@__DIR__); Pkg.instantiate()' - name: Aggregate and deploy + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token run: | git config user.name github-actions git config user.email github-actions@github.com