Skip to content

Commit b1a68e4

Browse files
authored
remove unneeded github token
1 parent 58568c9 commit b1a68e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ jobs:
181181
files: dist/*
182182
tag_name: v${{ steps.next-version.outputs.version }} # must match git tag above
183183
generate_release_notes: true
184-
env:
185-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
186184

187185
- if: steps.next-version.outputs.version != ''
188186
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)