Skip to content

Commit

Permalink
ci: Switches back to releaser token
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Aug 21, 2024
1 parent 8e7cfb2 commit 865807a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.DEPLOY }}
token: ${{ secrets.RELEASER }}


- name: Python Semantic Release
uses: python-semantic-release/[email protected]
with:
github_token: ${{ secrets.DEPLOY }}
github_token: ${{ secrets.RELEASER }}
root_options: "-vv"

0 comments on commit 865807a

Please sign in to comment.