Skip to content

Commit

Permalink
Merge pull request #20 from shirte/main
Browse files Browse the repository at this point in the history
Add github token to Python Semantic Release
  • Loading branch information
shirte authored Oct 13, 2024
2 parents 410cd61 + e1d5828 commit b821dc0
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 @@ -27,8 +27,8 @@ jobs:

- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
with:
github_token: ${{ steps.app-token.outputs.token }}

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit b821dc0

Please sign in to comment.