From 763a6a969494525ffd58d49a5e08b5eb635bad51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:05:01 +0000 Subject: [PATCH] chore(deps): Bump cpina/github-action-push-to-another-repository Bumps [cpina/github-action-push-to-another-repository](https://github.com/cpina/github-action-push-to-another-repository) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/cpina/github-action-push-to-another-repository/releases) - [Commits](https://github.com/cpina/github-action-push-to-another-repository/compare/v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: cpina/github-action-push-to-another-repository dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/python-publish-scheduled.yml | 2 +- .github/workflows/python-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish-scheduled.yml b/.github/workflows/python-publish-scheduled.yml index 8ed22cbf3..826d40c6a 100644 --- a/.github/workflows/python-publish-scheduled.yml +++ b/.github/workflows/python-publish-scheduled.yml @@ -66,7 +66,7 @@ jobs: env: TARGET_VERSION: ${{ github.ref_name }} - name: Push schemas to BO4E-Schemas repo - uses: cpina/github-action-push-to-another-repository@v1.7.2 + uses: cpina/github-action-push-to-another-repository@v1.7.3 env: API_TOKEN_GITHUB: ${{ secrets.BO4E_PYTHON_GENERATE_SCHEMAS }} # this token expires on 2024-10-09 # token with repo scope diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 77971d5a5..c3d821db8 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -80,7 +80,7 @@ jobs: env: TARGET_VERSION: ${{ github.ref_name }} - name: Push schemas to BO4E-Schemas repo - uses: cpina/github-action-push-to-another-repository@v1.7.2 + uses: cpina/github-action-push-to-another-repository@v1.7.3 env: API_TOKEN_GITHUB: ${{ secrets.BO4E_PYTHON_GENERATE_SCHEMAS }} # this token expires on 2024-10-09 # token with repo scope