From 18aa9efbf48bf1cea18ef69845398ed61fb2d053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:27:11 +0000 Subject: [PATCH] chore(deps): bump car-on-sale/action-pull-request-another-repo Bumps [car-on-sale/action-pull-request-another-repo](https://github.com/car-on-sale/action-pull-request-another-repo) from 1.3.1 to 1.04. - [Release notes](https://github.com/car-on-sale/action-pull-request-another-repo/releases) - [Commits](https://github.com/car-on-sale/action-pull-request-another-repo/compare/v1.3.1...v1.04) --- updated-dependencies: - dependency-name: car-on-sale/action-pull-request-another-repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/update-doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-doc.yml b/.github/workflows/update-doc.yml index 9715957..f6b05cf 100644 --- a/.github/workflows/update-doc.yml +++ b/.github/workflows/update-doc.yml @@ -16,7 +16,7 @@ jobs: - name: Create md files run: sphinx-build -M markdown ./docs_source ./docs - name: Update docs website - uses: car-on-sale/action-pull-request-another-repo@v1.3.1 + uses: car-on-sale/action-pull-request-another-repo@v1.04 env: API_TOKEN_GITHUB: ${{ secrets.WEBSITE_GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.WEBSITE_GITHUB_TOKEN }}