Skip to content

Commit

Permalink
[Feat] use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Feb 8, 2024
1 parent 32843ce commit ddba312
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 @@ -23,7 +23,7 @@ jobs:
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.RELEASE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.read_toml.outputs.value }}

- name: Create a GitHub release
Expand Down

0 comments on commit ddba312

Please sign in to comment.