From bffcae61d81df3c14392c52523272ea88ef5b1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Ribo=CC=81=20Labrador?= Date: Fri, 15 Dec 2023 20:28:32 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20Update=20pipelines.=20Signed-off-by:=20F?= =?UTF-8?q?rancisco=20Javier=20Rib=C3=B3=20Labrador=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 453e25fc..835836c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: uses: actions/checkout@v4 with: submodules: 'true' + token: ${{ secrets.PLUTO_GITHUB }} - name: Setup Node.js uses: actions/setup-node@v3 @@ -40,8 +41,20 @@ jobs: run: | npm ci npm run coverage + npm run docs - name: Coverage Comment uses: MishaKav/jest-coverage-comment@v1.0.23 with: coverage-summary-path: packages/database/coverage/coverage-summary.json + + - 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]" + commit_author: Javier Ribó + commit_user_name: Javier Ribó + commit_user_email: elribonazo@gmail.com \ No newline at end of file