diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index ea18604..a66a367 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -23,3 +23,5 @@ jobs: run: npm run collectAssets - name: Deploy to gh-pages uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }}