Skip to content

Commit

Permalink
Drop GITHUB_TOKEN from release process (#1115)
Browse files Browse the repository at this point in the history
Now using default token automatically per PR83 from softprops/action-gh-release#83
  • Loading branch information
kousu authored and cakester committed Apr 18, 2022
1 parent b42c3c1 commit e6019ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish_package.yml
Expand Up @@ -42,8 +42,6 @@ jobs:
files: 'dist/*'
fail_on_unmatched_files: true
tag_name: ${{ github.event.inputs.version }} # in the workflow_dispatch case, make a new tag from the given input; in the published release case, this will be empty and will fall back to updating that release.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit e6019ae

Please sign in to comment.