fix: use REPO_TOKEN (#755)

This commit is contained in:
Yineng Zhang
2024-07-27 05:56:30 +10:00
committed by GitHub
parent 9a61182732
commit 5bd06b4599
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
with:
name: Release ${{ steps.get_version.outputs.TAG }}
tag_name: ${{ steps.get_version.outputs.TAG }}