From e39573617cb53ed4c4b48a4520a3c87d0e2c0a63 Mon Sep 17 00:00:00 2001 From: meihaiyi Date: Thu, 27 Jun 2024 16:25:20 +0800 Subject: [PATCH] fix --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7fc02d49..1afc1616 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,8 +60,6 @@ jobs: - 'src/XRFeitoriaUnreal/*' - name: Determine next version - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | # Get the next version from the previous step VERSION="${{ steps.bumpr.outputs.next_version }}" @@ -88,4 +86,4 @@ jobs: python -m xrfeitoria.utils.publish_plugins update-plugin-info git add . git commit -a -m "[bot] Update plugin info" - git push origin HEAD:${{ github.event.pull_request.head.ref }} + git push https://x-access-token:${{ secrets.ACTIONS_PAT }}@github.com/${{ github.repository }} HEAD:${{ github.event.pull_request.head.ref }}