From 44ce9a613755ff88bae6b9b2b9b353046e124875 Mon Sep 17 00:00:00 2001 From: shawndeng <62068110+ShawnDen-coder@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:27:58 +0800 Subject: [PATCH] Update bumpversion.yaml --- .github/workflows/bumpversion.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bumpversion.yaml b/.github/workflows/bumpversion.yaml index 10e9156..bbc9c71 100644 --- a/.github/workflows/bumpversion.yaml +++ b/.github/workflows/bumpversion.yaml @@ -16,9 +16,9 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}' + token: '${{ secrets.GITHUB_TOKEN }}' - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master with: - github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - branch: master \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: master