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