Skip to content

Commit

Permalink
change to automatic github token
Browse files Browse the repository at this point in the history
  • Loading branch information
LuukBlom authored Dec 11, 2024
1 parent 33ae74f commit 3861941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ jobs:
- name: Create GitHub Release
id: create_release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ github.token }}
run: |
gh release create ${{ needs.details.outputs.tag_name }} dist/* --title ${{ needs.details.outputs.tag_name }} --generate-notes

0 comments on commit 3861941

Please sign in to comment.