From ddba312444c16c6c142865e62f4ffe9c3e01fc24 Mon Sep 17 00:00:00 2001 From: Mist Date: Fri, 9 Feb 2024 00:14:00 +0800 Subject: [PATCH] [Feat] use GITHUB_TOKEN --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d896efa..c92ae9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: id: tag_version uses: mathieudutour/github-tag-action@v6.1 with: - github_token: ${{ secrets.RELEASE_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} custom_tag: ${{ steps.read_toml.outputs.value }} - name: Create a GitHub release