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