Skip to content

Commit

Permalink
misc: update token
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu committed Jan 7, 2025
1 parent 40d00d6 commit 352b634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: ${{ inputs.test_run }} == 'false'
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: "${{ steps.extract_version.outputs.tag }}"
prerelease: ${{ steps.extract_version.outputs.prerelease }}
draft: true
Expand Down

0 comments on commit 352b634

Please sign in to comment.