Skip to content

Commit c61d8de

Browse files
authored
fix: move github token to env for semantic release (#241)
1 parent 641a40c commit c61d8de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
- name: Python Semantic Release
8989
id: release
9090
uses: python-semantic-release/[email protected]
91-
with:
92-
github_token: ${{ secrets.GITHUB_TOKEN }}
91+
env:
92+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9393

9494
- name: Publish package distributions to PyPI
9595
uses: pypa/[email protected]

0 commit comments

Comments
 (0)