From 0131e1f8fca5d0169eb0c6c7deb7e3f07cca5174 Mon Sep 17 00:00:00 2001 From: Vignes Date: Tue, 26 Nov 2024 23:09:52 +0800 Subject: [PATCH] fix --- .github/workflows/auto-bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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