diff --git a/.github/workflows/auto-bump-version.yml b/.github/workflows/auto-bump-version.yml index 5580804..a9cf5d4 100644 --- a/.github/workflows/auto-bump-version.yml +++ b/.github/workflows/auto-bump-version.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_TOKEN }} fetch-depth: 0 - name: Get current version