diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 808b590e..6ee3b9fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,9 @@ jobs: npm run docs - uses: stefanzweifel/git-auto-commit-action@v5 + env: + GH_TOKEN: ${{ secrets.PLUTO_GITHUB }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} with: push_options: '--force' commit_message: "chore(docs): Rebuild docs [skip ci]"