Skip to content

Commit

Permalink
ci: Fixes release token
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Aug 21, 2024
1 parent 2ffea0a commit b51fb6f
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 @@ -21,4 +21,4 @@ jobs:
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.RELEASER }}

0 comments on commit b51fb6f

Please sign in to comment.